|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.torweg.pulse.service.PulseException
org.torweg.pulse.accesscontrol.authentication.AuthenticationException
public class AuthenticationException
is thrown on errors during Authentication invocation.
| Constructor Summary | |
|---|---|
AuthenticationException()
constructs a new exception with null as its detail message. |
|
AuthenticationException(java.lang.String message)
constructs a new exception with the specified detail message. |
|
AuthenticationException(java.lang.String message,
java.lang.Throwable cause)
constructs a new exception with the specified detail message and cause. |
|
AuthenticationException(java.lang.Throwable cause)
constructs a new exception with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.torweg.pulse.service.PulseException |
|---|
getDetailMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationException()
null as its detail message.
public AuthenticationException(java.lang.String message)
message - the message of the exception
public AuthenticationException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the exceptioncause - the cause of the exceptionpublic AuthenticationException(java.lang.Throwable cause)
cause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||