Package org.knowm.xchange.exceptions
Class ExchangeSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.xchange.exceptions.ExchangeException
org.knowm.xchange.exceptions.ExchangeSecurityException
- All Implemented Interfaces:
Serializable
public class ExchangeSecurityException extends ExchangeException
Indicates that the cause the error ware wrong credentials or insufficient privileges.
We throw this exception only for exchanges where we can’t clearly distinguish this cause from other error types. If an API does not provide proper error information or the modules implementation is lacking then an ExchangeException will be thrown in this situation.
- Author:
- walec51
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExchangeSecurityException()
ExchangeSecurityException(String message)
ExchangeSecurityException(String message, Throwable cause)
ExchangeSecurityException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExchangeSecurityException
public ExchangeSecurityException() -
ExchangeSecurityException
-
ExchangeSecurityException
-
ExchangeSecurityException
-