Package com.lithic.api.errors
Class UnprocessableEntityException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class UnprocessableEntityException extends LithicServiceException
-
-
Constructor Summary
Constructors Constructor Description UnprocessableEntityException(Headers headers, String body, LithicError error)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class com.lithic.api.errors.LithicServiceException
body, error, headers, statusCode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
UnprocessableEntityException
UnprocessableEntityException(Headers headers, String body, LithicError error)
-
-
-
-