public final class StitchClientException extends StitchException
| Constructor and Description |
|---|
StitchClientException(StitchClientErrorCode errorCode)
Constructs a client exception with the given error code.
|
| Modifier and Type | Method and Description |
|---|---|
StitchClientErrorCode |
getErrorCode()
Returns the
StitchClientErrorCode associated with the request. |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic StitchClientException(StitchClientErrorCode errorCode)
errorCode - the client error code.public StitchClientErrorCode getErrorCode()
StitchClientErrorCode associated with the request.StitchClientErrorCode associated with the request.