Package org.knowm.xchange.bitso.dto
Class BitsoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- si.mazi.rescu.HttpStatusExceptionSupport
-
- org.knowm.xchange.bitso.dto.BitsoException
-
- All Implemented Interfaces:
Serializable,si.mazi.rescu.HttpStatusException
public class BitsoException extends si.mazi.rescu.HttpStatusExceptionSupport- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BitsoException(Object error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Collection<String>>getErrors()Collection<String>getErrors(String key)-
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 Detail
-
BitsoException
public BitsoException(Object error)
-
-
Method Detail
-
getErrors
public Map<String,Collection<String>> getErrors()
-
getErrors
public Collection<String> getErrors(String key)
-
-