|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.tif.jacob.core.exception.UserException
de.tif.jacob.core.exception.AuthenticationException
public class AuthenticationException
This exception indicates that an user authentication has failed due to any reason.
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Constructor Summary | |
|---|---|
AuthenticationException(Message message)
Constructs a new authentication exception with the specified internationalized detail message. |
|
AuthenticationException(java.lang.String message)
Constructs a new authentication exception with the specified detail message. |
|
| Method Summary |
|---|
| Methods inherited from class de.tif.jacob.core.exception.UserException |
|---|
getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final transient java.lang.String RCS_ID
public static final transient java.lang.String RCS_REV
| Constructor Detail |
|---|
public AuthenticationException(Message message)
message - the internationalized detail messagepublic AuthenticationException(java.lang.String message)
Note: This constructor should only be used, if your application is not
designed for multi language support! To internationalize the exception use
AuthenticationException(Message).
message - the detail message
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||