Package org.knowm.xchange.poloniex.dto
Class PoloniexException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- si.mazi.rescu.HttpStatusExceptionSupport
-
- org.knowm.xchange.poloniex.dto.PoloniexException
-
- All Implemented Interfaces:
Serializable,si.mazi.rescu.HttpStatusException
public class PoloniexException extends si.mazi.rescu.HttpStatusExceptionSupport- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PoloniexException()PoloniexException(String error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetError()StringgetMessage()voidsetError(String error)-
Methods inherited from class si.mazi.rescu.HttpStatusExceptionSupport
getHttpStatusCode, getStackTrace, setHttpStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PoloniexException
public PoloniexException()
-
PoloniexException
public PoloniexException(String error)
-
-