Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.extensions.surf.exception.AuthenticationException
- All Implemented Interfaces:
Serializable
Thrown when a connector was unable to properly authenticate
the user's request against a given endpoint. This exception
is thrown after the connector has made its best total effort
and cannot properly hand back a valid response.
- Author:
- muzquiano
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException(String message) AuthenticationException(String message, Exception ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
-
AuthenticationException
-