Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.jdo.api.persistence.model.ModelException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ModelValidationException,ModelVetoException
- Version:
- %I%
- Author:
- raccah
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newModelExceptionwithout detail message.ModelException(String msg) Constructs anModelExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelException
public ModelException()Creates newModelExceptionwithout detail message. -
ModelException
Constructs anModelExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-