Class AccountException

  • All Implemented Interfaces:
    Serializable

    public class AccountException
    extends Exception
    This class is thrown by Account methods to report a business exception.
    See Also:
    Serialized Form
    • Constructor Detail

      • AccountException

        public AccountException()
      • AccountException

        public AccountException​(String message)