Class 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:
  • Constructor Details

    • OrderAmountUnderMinimumException

      public OrderAmountUnderMinimumException()
    • OrderAmountUnderMinimumException

      public OrderAmountUnderMinimumException(String message)
    • OrderAmountUnderMinimumException

      public OrderAmountUnderMinimumException(String message, Throwable cause)