at.dms.util
Class InconsistencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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