at.dms.util
Class InconsistencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by at.dms.util.InconsistencyException
All Implemented Interfaces:
Serializable

public class InconsistencyException
extends RuntimeException

An InconsistencyException indicates that an inconsistent internal state has been discovered, usually due to incorrect program logic.

See Also:
Serialized Form

Constructor Summary
InconsistencyException()
          Constructs am InconsistencyException with no specified detail message.
InconsistencyException(String message)
          Constructs am InconsistencyException with the specified detail message.
 
Method Summary
 
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

InconsistencyException

public InconsistencyException()
Constructs am InconsistencyException with no specified detail message.


InconsistencyException

public InconsistencyException(String message)
Constructs am InconsistencyException with the specified detail message.

Parameters:
message - the detail message