Package com.atlan.exception
Class InvalidRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlan.exception.AtlanException
com.atlan.exception.InvalidRequestException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RateLimitException
Error that occurs if the request being attempted is not valid for some reason, such as containing insufficient
parameters or incorrect values for those parameters.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionInvalidRequestException
(ErrorCode error) InvalidRequestException
(ErrorCode error, String... params) InvalidRequestException
(ErrorCode error, Throwable e) InvalidRequestException
(ErrorCode error, Throwable e, String... params) protected
InvalidRequestException
(ExceptionMessageDefinition error, int statusCode) -
Method Summary
Methods inherited from class com.atlan.exception.AtlanException
getAtlanError, getCode, getMessage, getStatusCode, getUserMessage, setAtlanError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidRequestException
-
InvalidRequestException
-
InvalidRequestException
-
InvalidRequestException
-
InvalidRequestException
-
InvalidRequestException
-