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
public class LoginException
- extends BaseException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
LoginException
public LoginException(String message)
- Create a new
LoginException
object with
the specified message
- Parameters:
message
- The message to throw with the exception
LoginException
public LoginException(String message,
Throwable cause)
- Create a new
LoginException
object with
the specified message
- Parameters:
message
- The message to throw with the exceptioncause
- The cause of the exception