Package org.knowm.xchange.exceptions
Class FundsExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.xchange.exceptions.ExchangeException
org.knowm.xchange.exceptions.FundsExceededException
- All Implemented Interfaces:
Serializable
public class FundsExceededException extends ExchangeException
An exception indicating there are not enough funds for the action requested
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FundsExceededException()
FundsExceededException(String message)
FundsExceededException(String message, Throwable cause)
FundsExceededException(Throwable e)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FundsExceededException
-
FundsExceededException
-
FundsExceededException
-
FundsExceededException
public FundsExceededException()
-