Class AuthenticationException

All Implemented Interfaces:
Serializable

public class AuthenticationException extends LocalizedException
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(UserMessage aMessage, Throwable cause)
      Note: message severity is not taken into account.
    • AuthenticationException

      public AuthenticationException(UserMessage aMessage)
      Note: message severity is not taken into account.
    • AuthenticationException

      public AuthenticationException(String aMessage)
      Creates an exception with a non-localized message.
  • Method Details