Class UserAuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.swedenconnect.signservice.authn.UserAuthenticationException
All Implemented Interfaces:
Serializable

public class UserAuthenticationException extends Exception
Exception class for SignService user authentication exceptions.
See Also:
  • Constructor Details

    • UserAuthenticationException

      public UserAuthenticationException(AuthenticationErrorCode errorCode, String message)
      Constructor setting the error code and error message.
      Parameters:
      errorCode - the authentication error code
      message - the error message
    • UserAuthenticationException

      public UserAuthenticationException(AuthenticationErrorCode errorCode, String message, Throwable cause)
      Constructor setting the error code, error message and the cause of the error.
      Parameters:
      errorCode - the authentication error code
      message - the error message
      cause - the cause of the error
  • Method Details