com.sun.jdo.api.persistence.enhancer
Class EnhancerUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.jdo.api.persistence.enhancer.EnhancerUserException
All Implemented Interfaces:
java.io.Serializable

public class EnhancerUserException
extends java.lang.Exception

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.

See Also:
Serialized Form

Field Summary
 java.lang.Throwable nested
          An optional nested exception.
 
Constructor Summary
EnhancerUserException()
          Constructs an EnhancerUserException with no detail message.
EnhancerUserException(java.lang.String msg)
          Constructs an EnhancerUserException with the specified detail message.
EnhancerUserException(java.lang.String msg, java.lang.Throwable nested)
          Constructs an EnhancerUserException with the specified detail message and an optional nested exception.
EnhancerUserException(java.lang.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

nested

public final java.lang.Throwable nested
An optional nested exception.

Constructor Detail

EnhancerUserException

public EnhancerUserException()
Constructs an EnhancerUserException with no detail message.


EnhancerUserException

public EnhancerUserException(java.lang.String msg)
Constructs an EnhancerUserException with the specified detail message.


EnhancerUserException

public EnhancerUserException(java.lang.Throwable nested)
Constructs an EnhancerUserException with an optional nested exception.


EnhancerUserException

public EnhancerUserException(java.lang.String msg,
                             java.lang.Throwable nested)
Constructs an EnhancerUserException with the specified detail message and an optional nested exception.



Copyright © 2012 GlassFish Community. All Rights Reserved.