Class AuthenticationException

All Implemented Interfaces:
Serializable

public class AuthenticationException extends IllegalStateException
Specialized Error.
Author:
Cedrick LUNVEN (@clunven)
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException()
      Default Constructor.
    • AuthenticationException

      public AuthenticationException(String msg)
      Constructor with message
      Parameters:
      msg - message
    • AuthenticationException

      public AuthenticationException(Throwable parent)
      Constructor with exception
      Parameters:
      parent - parent exception
    • AuthenticationException

      public AuthenticationException(String msg, Throwable parent)
      Constructor with message and exception
      Parameters:
      msg - message
      parent - parent exception