|
||||||||||
| 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.apache.lucene.gdata.server.authentication.AuthenticatorException
public class AuthenticatorException
This exception will be thrown by
AuthenticationController
implementations if an error while de/encrypting the token occures.
| Constructor Summary | |
|---|---|
AuthenticatorException()
Constructs a new Authenticator Exception |
|
AuthenticatorException(String arg0)
Constructs a new Authenticator Exception with the specified detail message. |
|
AuthenticatorException(String arg0,
Throwable arg1)
Constructs a new Authenticator Exception with the specified detail message and nested exception. |
|
AuthenticatorException(Throwable arg0)
Constructs a new Authenticator Exception with a nested exception caused this exception. |
|
| 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 AuthenticatorException()
public AuthenticatorException(String arg0)
arg0 - - detail message
public AuthenticatorException(String arg0,
Throwable arg1)
arg0 - -
detail messagearg1 - -
nested exceptionpublic AuthenticatorException(Throwable arg0)
arg0 - - nested exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||