Class AccountException

    • Constructor Summary

      Constructors 
      Constructor Description
      AccountException()
      Creates a new AccountException.
       message)
      Constructs a new AccountException.
       message,  cause)
      Constructs a new AccountException.
       cause)
      Constructs a new AccountException.
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • AccountException

        public AccountException()
        Creates a new AccountException.
      • AccountException

        public AccountException​( message)
        Constructs a new AccountException.
        Parameters:
        message - the reason for the exception
      • AccountException

        public AccountException​( cause)
        Constructs a new AccountException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • AccountException

        public AccountException​( message,
                                 cause)
        Constructs a new AccountException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.