Class AuthorizationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.forgerock.authz.filter.api.AuthorizationException
All Implemented Interfaces:
Serializable

public class AuthorizationException extends RuntimeException
Represents an exception whilst performing Authorization.
Since:
1.4.0
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      Serial Version UID.
      See Also:
  • Constructor Details

    • AuthorizationException

      public AuthorizationException(String message)
      Creates a new AuthorizationException.
      Parameters:
      message - The exception message.
    • AuthorizationException

      public AuthorizationException(String message, Throwable cause)
      Creates a new AuthorizationException.
      Parameters:
      message - The exception message.
      cause - The underlying cause.