Package org.knowm.xchange.latoken.dto
Class LatokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
si.mazi.rescu.HttpStatusExceptionSupport
org.knowm.xchange.latoken.dto.LatokenException
- All Implemented Interfaces:
Serializable,si.mazi.rescu.HttpStatusException
public class LatokenException
extends si.mazi.rescu.HttpStatusExceptionSupport
Response schema:
{
"error": {
"message": "string",
"errorType": "string",
"statusCode": 0
}
}
- Author:
- Ezer
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class si.mazi.rescu.HttpStatusExceptionSupport
getHttpStatusCode, getMessage, getStackTrace, setHttpStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LatokenException
C'tor- Parameters:
error-
-
-
Method Details
-
getErrorType
-