banking
Class InconsistentDatabaseException

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

public class InconsistentDatabaseException
extends AccountException

Thrown when an AccountDatabase is inconsistent. For instance, when two Accounts have the same number.

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

InconsistentDatabaseException

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


InconsistentDatabaseException

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

Parameters:
message - The detail message


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