banking
Class InsufficientBalanceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bybanking.AccountException
              extended bybanking.InsufficientBalanceException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientBalanceException
extends AccountException

Thrown when an Account balance is insufficient.

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
InsufficientBalanceException()
          Constructs an InsufficientBalanceException with no detail message.
InsufficientBalanceException(java.lang.String message)
          Constructs an InsufficientBalanceException 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

InsufficientBalanceException

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


InsufficientBalanceException

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

Parameters:
message - The detail message


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