Class BadRequestException

All Implemented Interfaces:
Serializable

public class BadRequestException extends IdentityStoreException
An IdentityStoreException that should be thrown when an Identity Store Provisioner operation cannot be completed with the information provided.
Since:
7.1
See Also:
  • Constructor Details

    • BadRequestException

      public BadRequestException(String message)
      Constructs a BadRequestException with the specified detail message.
    • BadRequestException

      public BadRequestException(List<String> messages)
      Constructs a BadRequestException with the specified detail messages.
    • BadRequestException

      public BadRequestException(Throwable cause)
      Constructs a BadRequestException with the specified cause.
    • BadRequestException

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

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