Class AuthorizationException

All Implemented Interfaces:
Serializable

public class AuthorizationException extends SecurityViolationException
Exception indicating violation of authorization policies.
Author:
Radovan Semancik
See Also:
  • Constructor Details

    • AuthorizationException

      public AuthorizationException()
    • AuthorizationException

      public AuthorizationException(String message)
    • AuthorizationException

      public AuthorizationException(LocalizableMessage userFriendlyMessage)
    • AuthorizationException

      public AuthorizationException(Throwable cause)
    • AuthorizationException

      public AuthorizationException(String message, Throwable cause)
    • AuthorizationException

      public AuthorizationException(LocalizableMessage userFriendlyMessage, Throwable cause)
  • Method Details

    • getErrorTypeMessage

      public String getErrorTypeMessage()
      Description copied from class: CommonException
      Returns a human-readable message that describes the type or class of errors that the exception represents. E.g. "Communication error", "Policy violation", etc. TODO: switch return value to a localized message
      Overrides:
      getErrorTypeMessage in class SecurityViolationException