Package org.knowm.xchange.exceptions
Class OrderAmountUnderMinimumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.xchange.exceptions.ExchangeException
org.knowm.xchange.exceptions.OrderNotValidException
org.knowm.xchange.exceptions.OrderAmountUnderMinimumException
- All Implemented Interfaces:
Serializable
public class OrderAmountUnderMinimumException extends OrderNotValidException
Exception indicating that the amount in the order you tried to place of verify was under the
minimum accepted by the exchange
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description OrderAmountUnderMinimumException()
OrderAmountUnderMinimumException(String message)
OrderAmountUnderMinimumException(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
-
OrderAmountUnderMinimumException
public OrderAmountUnderMinimumException() -
OrderAmountUnderMinimumException
-
OrderAmountUnderMinimumException
-