Class UnknownLoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.basedb.core.authentication.AuthenticationException
net.sf.basedb.core.authentication.UnknownLoginException
- All Implemented Interfaces:
Serializable
This exception can be thrown when the login is unknown
to the authentication server.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
- Last modified
- $Date: 2009-04-06 14:52:39 +0200 (må, 06 apr 2009) $
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUnknownLoginException
(String login) Create a newUnknownLoginException
objectUnknownLoginException
(String login, String msg) Create a newUnknownLoginException
object -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnknownLoginException
Create a newUnknownLoginException
object- Parameters:
login
- The login name that is unknown
-
UnknownLoginException
Create a newUnknownLoginException
object- Parameters:
login
- The login name that is unknownmsg
- An error message with more information
-