Class AccountException

    • Constructor Detail

      • AccountException

        public AccountException()
        Creates a new AccountException.
      • AccountException

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

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

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