Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.springframework.extensions.surf.exception.AuthenticationException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticationException extends java.lang.ExceptionThrown 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException(java.lang.String message)AuthenticationException(java.lang.String message, java.lang.Exception ex)
-