Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pingidentity.sdk.provision.exception.IdentityStoreException
com.pingidentity.sdk.provision.exception.BadRequestException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionBadRequestException(String message) Constructs aBadRequestExceptionwith the specified detail message.BadRequestException(String message, Throwable cause) Constructs aBadRequestExceptionwith the specified detail message and cause.BadRequestException(Throwable cause) Constructs aBadRequestExceptionwith the specified cause.BadRequestException(List<String> messages) Constructs aBadRequestExceptionwith the specified detail messages.BadRequestException(List<String> messages, Throwable cause) Constructs aBadRequestExceptionwith the specified detail messages and cause. -
Method Summary
Methods inherited from class com.pingidentity.sdk.provision.exception.IdentityStoreException
getMessage, getMessagesMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequestException
Constructs aBadRequestExceptionwith the specified detail message. -
BadRequestException
Constructs aBadRequestExceptionwith the specified detail messages. -
BadRequestException
Constructs aBadRequestExceptionwith the specified cause. -
BadRequestException
Constructs aBadRequestExceptionwith the specified detail message and cause. -
BadRequestException
Constructs aBadRequestExceptionwith the specified detail messages and cause.
-