|
For the latest news and information visit The GNU Crypto project |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAuthenticationException
gnu.crypto.sasl.NoSuchUserException
A checked exception thrown to indicate that a designated user is unknown to the authentication layer.
Constructor Summary | |
---|---|
NoSuchUserException()
Constructs a NoSuchUserException with no detail message. |
|
NoSuchUserException(String arg)
Constructs a NoSuchUserException with the specified detail
message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NoSuchUserException()
NoSuchUserException
with no detail message.
public NoSuchUserException(String arg)
NoSuchUserException
with the specified detail
message. In the case of this exception, the detail message designates
the offending username.
arg
- the detail message, which in this case is the username.
|
For the latest news and information visit The GNU Crypto project |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |