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:
  • Constructor Details

  • Method Details

    • getErrorType

      public String getErrorType()