Package GNormPluslib
Class InconsistentDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- GNormPluslib.InconsistentDataException
-
- All Implemented Interfaces:
Serializable
public class InconsistentDataException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InconsistentDataException()InconsistentDataException(String message)InconsistentDataException(String message, Throwable cause)InconsistentDataException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)InconsistentDataException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDocId()voidsetDocId(String docId)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-