Class UnauthorizedException

All Implemented Interfaces:
Serializable

public class UnauthorizedException extends IdentityStoreException
An IdentityStoreException that should be thrown when an Identity Store Provisioner operation cannot be completed because the caller is not authorized to perform the operation.
Since:
7.1
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException(String message)
      Constructs an UnauthorizedException with the specified detail message.
    • UnauthorizedException

      public UnauthorizedException(List<String> messages)
      Constructs an UnauthorizedException with the specified detail messages.
    • UnauthorizedException

      public UnauthorizedException(Throwable cause)
      Constructs an UnauthorizedException with the specified cause.
    • UnauthorizedException

      public UnauthorizedException(String message, Throwable cause)
      Constructs an UnauthorizedException with the specified detail message and cause.
    • UnauthorizedException

      public UnauthorizedException(List<String> messages, Throwable cause)
      Constructs an UnauthorizedException with the specified detail messages and cause.