Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.extensions.surf.exception.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException extends Exception
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 Details

    • AuthenticationException

      public AuthenticationException(String message)
    • AuthenticationException

      public AuthenticationException(String message, Exception ex)