Class AuthorizationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.denodo.commons.exceptions.AuthorizationException
All Implemented Interfaces:
Serializable

public class AuthorizationException extends RuntimeException
This exception is thrown when an authorization error occurs while accessing the system. An authorization error can happens when the permissions supplied by the user are invalid.
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Constructor Details

    • AuthorizationException

      public AuthorizationException(String msg)