Class IllegalCurrencyException

All Implemented Interfaces:
Serializable

public class IllegalCurrencyException extends IllegalArgumentException
Exception thrown when the requested currency is illegal.

For example, this exception would be thrown when trying to obtain a currency using an unrecognised currency code or locale.

This exception makes no guarantees about immutability or thread-safety.

See Also:
  • Constructor Details

    • IllegalCurrencyException

      public IllegalCurrencyException(String message)
      Constructor.
      Parameters:
      message - the message, may be null