|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sptci.auth.AuthenticationException
public class AuthenticationException
A custom exception used to indicate authentication failure. View
the Throwable.getCause() exception to get a better understanding of the
real cause of the error.
Copyright 2006, Sans Pareil Technologies, Inc.
| Constructor Summary | |
|---|---|
AuthenticationException()
Default constructor. |
|
AuthenticationException(String message)
Create a new exception with the specified message. |
|
AuthenticationException(String message,
Throwable throwable)
Create a new exception with the specified message and instance of Throwable that caused the problem. |
|
AuthenticationException(Throwable throwable)
Create a new exception with instance of Throwable
that caused the problem. |
|
| Method Summary |
|---|
| 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
message.
public AuthenticationException(String message)
message - The message that describes the problem.public AuthenticationException(Throwable throwable)
Throwable
that caused the problem.
throwable - The exception that caused this instance of the exception
to be thrown.
public AuthenticationException(String message,
Throwable throwable)
Throwable that caused the problem.
message - The message that describes the problem.throwable - The exception that caused this instance of the exception
to be thrown.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||