Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.europa.together.exceptions.acl.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException extends Exception
Exception for authentication errors.
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException()
      Creates a new instance of AuthenticationException without detail message.
    • AuthenticationException

      public AuthenticationException(String msg)
      Constructs an instance of AuthenticationException with the specified detail message.
      Parameters:
      msg - the detail message.