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