Class AuthorizationException

All Implemented Interfaces:
Serializable

public class AuthorizationException extends GeoNetworkException
Exception thrown when an authorization failure occurs.
See Also:
  • Constructor Details

    • AuthorizationException

      public AuthorizationException()
      Constructs a new authorization exception.
    • AuthorizationException

      public AuthorizationException(String arg0, Throwable arg1)
      Constructs a new authorization exception with the specified detail message and cause.
      Parameters:
      arg0 - the detail message
      arg1 - the cause
    • AuthorizationException

      public AuthorizationException(String arg0)
      Constructs a new authorization exception with the specified detail message.
      Parameters:
      arg0 - the detail message
    • AuthorizationException

      public AuthorizationException(Throwable arg0)
      Constructs a new authorization exception with the specified cause.
      Parameters:
      arg0 - the cause