public class BadRequestException extends ObjectStoreException
ObjectStoreException
for errors that are caused by invalid arguments or other conditions that
make it impossible to perform an operation. Subclasses may describe the error situation in more detail. It does not
make sense for the client to retry the operation without further preparations.Constructor and Description |
---|
BadRequestException(java.lang.String message)
create exception with description only.
|
BadRequestException(java.lang.String message,
java.lang.Throwable cause)
create exception with description and causing exception.
|
BadRequestException(java.lang.Throwable cause)
create exception from causing exception.
|
public BadRequestException(java.lang.String message, java.lang.Throwable cause)
public BadRequestException(java.lang.String message)
public BadRequestException(java.lang.Throwable cause)