|
||||||||||
| 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.spotfire.server.security.AuthenticatorException
public class AuthenticatorException
Thrown when the authentication manager cannot be properly instantiated, e.g., when the configuration parameters are incorrect.
| Constructor Summary | |
|---|---|
AuthenticatorException()
Creates a new AuthenticatorException
instance with no detail message. |
|
AuthenticatorException(String message)
Creates a new AuthenticatorException
instance with the specified detail message. |
|
AuthenticatorException(String message,
Throwable cause)
Creates a new AuthenticatorException
instance with the specified detail message and cause. |
|
AuthenticatorException(Throwable cause)
Creates a new AuthenticatorException
instance with the specified cause. |
|
| 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()
AuthenticatorException
instance with no detail message.
public AuthenticatorException(String message)
AuthenticatorException
instance with the specified detail message.
message - the detail message
public AuthenticatorException(String message,
Throwable cause)
AuthenticatorException
instance with the specified detail message and cause.
message - the detail messagecause - the causepublic AuthenticatorException(Throwable cause)
AuthenticatorException
instance with the specified cause.
cause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||