org.apache.jdo.impl.enhancer.meta
Class EnhancerMetaDataUserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.jdo.impl.enhancer.meta.EnhancerMetaDataUserException
All Implemented Interfaces:
java.io.Serializable

public class EnhancerMetaDataUserException
extends java.lang.RuntimeException

Thrown to indicate that an access to JDO meta-data failed; the meta-data component is assured to remain in consistent state.

See Also:
Serialized Form

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

EnhancerMetaDataUserException

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


EnhancerMetaDataUserException

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


EnhancerMetaDataUserException

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


EnhancerMetaDataUserException

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



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.