banking
Class AccountException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bybanking.AccountException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InconsistentDatabaseException, InsufficientBalanceException

public class AccountException
extends java.lang.Exception

A general exception thrown when a problem occurs during an Account operation.

Version:
1.0 - 13/01/2004
Author:
Sara Bouchenak
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AccountException()
          Constructs an AccountException with no detail message.
AccountException(java.lang.String message)
          Constructs an AccountException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccountException

public AccountException()
Constructs an AccountException with no detail message.


AccountException

public AccountException(java.lang.String message)
Constructs an AccountException with the specified detail message.

Parameters:
message - The detail message


University Grenoble 1 (France) - Department of Computer Science
Master M1 - Adaptable Middleware - AOP / AspectJ.