Package net.sf.basedb.core
Class LoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.basedb.core.BaseException
net.sf.basedb.core.LoginException
- All Implemented Interfaces:
Serializable
Exceptions of this type are thrown when the BASE server uses an
external authentication plug-in and it is not clear if the
login or password is causing the failure.
- Since:
- 3.0
- Author:
- Nicklas
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLoginException
(String message) Create a newLoginException
object with the specifiedmessage
LoginException
(String message, Throwable cause) Create a newLoginException
object with the specifiedmessage
-
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
-
LoginException
Create a newLoginException
object with the specifiedmessage
- Parameters:
message
- The message to throw with the exception
-
LoginException
Create a newLoginException
object with the specifiedmessage
- Parameters:
message
- The message to throw with the exceptioncause
- The cause of the exception
-