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:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LatokenException.LatokenError
-
Constructor Summary
Constructors Constructor Description LatokenException(LatokenException.LatokenError error)
C'tor -
Method Summary
Modifier and Type Method Description String
getErrorType()
Methods inherited from class si.mazi.rescu.HttpStatusExceptionSupport
getHttpStatusCode, getMessage, getStackTrace, setHttpStatusCode
Methods 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
-