Class AuthorisationException

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

public class AuthorisationException extends Exception
Exception for authorization errors.
See Also:
  • Constructor Details

    • AuthorisationException

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

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