Class UserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdo.api.persistence.enhancer.util.UserException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the class-file enhancer failed to perform an
operation due to a serious error.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs anUserExceptionwith no detail message.UserException(String msg) Constructs anUserExceptionwith the specified detail message.UserException(String msg, Throwable nested) Constructs anUserExceptionwith the specified detail message and an optional nested exception.UserException(Throwable nested) Constructs anUserExceptionwith an optional nested exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
nested
An optional nested exception.
-
-
Constructor Details
-
UserException
public UserException()Constructs anUserExceptionwith no detail message. -
UserException
Constructs anUserExceptionwith the specified detail message. -
UserException
Constructs anUserExceptionwith an optional nested exception. -
UserException
Constructs anUserExceptionwith the specified detail message and an optional nested exception.
-