Package org.knowm.xchange.exceptions
Class DepositAddressAmbiguousException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.xchange.exceptions.ExchangeException
org.knowm.xchange.exceptions.DepositAddressAmbiguousException
- All Implemented Interfaces:
Serializable
Exception indicating a requested deposit address has multiple networks and network required
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDepositAddressAmbiguousException
(List<String> networks) DepositAddressAmbiguousException
(List<String> networks, String message) DepositAddressAmbiguousException
(List<String> networks, String message, 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
-
DepositAddressAmbiguousException
-
DepositAddressAmbiguousException
-
DepositAddressAmbiguousException
-