public class LoginFailedException extends PersistenceException implements Loggable
END_INFO, START_INFO| Constructor and Description |
|---|
LoginFailedException()
Constructs a new login failed exception without a session and
with
null as its detail message. |
LoginFailedException(Identifiable object)
Constructs a new login failed exception for a given identifiable.
|
LoginFailedException(Identifiable object,
String message)
Constructs a new login failed exception for a given session with the specified detail message.
|
LoginFailedException(Identifiable object,
String message,
Throwable cause)
Constructs a new login failed exception for a given session with the specified detail message and
cause.
|
LoginFailedException(Identifiable object,
Throwable cause)
Constructs a new login failed exception for a given session with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
|
LoginFailedException(Session session)
Constructs a new login failed exception for a given session
with
null as its detail message. |
LoginFailedException(Session session,
String message)
Constructs a new login failed exception for a given session with the specified detail message.
|
LoginFailedException(Session session,
String message,
Throwable cause)
Constructs a new login failed exception for a given session with the specified detail message and
cause.
|
LoginFailedException(Session session,
Throwable cause)
Constructs a new login failed exception for a given session with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
|
LoginFailedException(String message)
Constructs a new login failed exception without a session with the specified detail message.
|
LoginFailedException(String message,
Throwable cause)
Constructs a new login failed exception without a session with the specified detail message and
cause.
|
| Modifier and Type | Method and Description |
|---|---|
Logger.Level |
getLogLevel() |
createFromRemoteException, extractPersistenceException, getIdentifiable, getMessage, getSession, setIdentifiable, setSession, updateDbObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwithStacktracepublic LoginFailedException(Session session)
null as its detail message.
The cause is not initialized, and may subsequently be
initialized by a call to Throwable.initCause(java.lang.Throwable).session - the sessionpublic LoginFailedException(Session session, String message)
Throwable.initCause(java.lang.Throwable).session - the sessionmessage - the detail message. The detail message is saved for
later retrieval by the PersistenceException.getMessage() method.public LoginFailedException(Session session, String message, Throwable cause)
Note that the detail message associated with
cause is not automatically incorporated in
this object not found's detail message.
session - the sessionmessage - the detail message (which is saved for later retrieval
by the PersistenceException.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public LoginFailedException(Session session, Throwable cause)
session - the sessioncause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public LoginFailedException(Identifiable object)
With null as its detail message.
The cause is not initialized, and may subsequently be
initialized by a call to Throwable.initCause(java.lang.Throwable).
object - the persistent objectpublic LoginFailedException(Identifiable object, String message)
Throwable.initCause(java.lang.Throwable).object - the persistent objectmessage - the detail message. The detail message is saved for
later retrieval by the PersistenceException.getMessage() method.public LoginFailedException(Identifiable object, String message, Throwable cause)
Note that the detail message associated with
cause is not automatically incorporated in
this object not found's detail message.
object - the persistent objectmessage - the detail message (which is saved for later retrieval
by the PersistenceException.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public LoginFailedException(Identifiable object, Throwable cause)
object - the persistent objectcause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public LoginFailedException()
null as its detail message.
The cause is not initialized, and may subsequently be
initialized by a call to Throwable.initCause(java.lang.Throwable).public LoginFailedException(String message)
Throwable.initCause(java.lang.Throwable).message - the detail message. The detail message is saved for
later retrieval by the PersistenceException.getMessage() method.public LoginFailedException(String message, Throwable cause)
Note that the detail message associated with
cause is not automatically incorporated in
this runtime exception's detail message.
message - the detail message (which is saved for later retrieval
by the PersistenceException.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public Logger.Level getLogLevel()
getLogLevel in interface LoggableTentackle - distributed, domain- and model-driven