Class FundsExceededException

All Implemented Interfaces:
Serializable

public class FundsExceededException extends ExchangeException
An exception indicating there are not enough funds for the action requested
See Also:
  • Constructor Details

    • FundsExceededException

      public FundsExceededException(String message)
    • FundsExceededException

      public FundsExceededException(Throwable e)
    • FundsExceededException

      public FundsExceededException(String message, Throwable cause)
    • FundsExceededException

      public FundsExceededException()