|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdo.api.persistence.enhancer.util.UserException
public class UserException
Thrown to indicate that the class-file enhancer failed to perform an operation due to a serious error.
| Field Summary | |
|---|---|
Throwable |
nested
An optional nested exception. |
| Constructor Summary | |
|---|---|
UserException()
Constructs an UserException with no detail message. |
|
UserException(String msg)
Constructs an UserException with the specified
detail message. |
|
UserException(String msg,
Throwable nested)
Constructs an UserException with the specified
detail message and an optional nested exception. |
|
UserException(Throwable nested)
Constructs an UserException with an optional
nested exception. |
|
| 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 |
| Field Detail |
|---|
public final Throwable nested
| Constructor Detail |
|---|
public UserException()
UserException with no detail message.
public UserException(String msg)
UserException with the specified
detail message.
public UserException(Throwable nested)
UserException with an optional
nested exception.
public UserException(String msg,
Throwable nested)
UserException with the specified
detail message and an optional nested exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||