gnu.crypto.sasl
public class NoSuchUserException extends AuthenticationException
Version: $Revision: 1.2 $
| Constructor Summary | |
|---|---|
| NoSuchUserException() Constructs a NoSuchUserException with no detail message. | |
| NoSuchUserException(String arg)
Constructs a NoSuchUserException with the specified detail
message. | |
NoSuchUserException with no detail message.NoSuchUserException with the specified detail
message. In the case of this exception, the detail message designates
the offending username.
Parameters: arg the detail message, which in this case is the username.