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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.jdo.impl.enhancer.meta.EnhancerMetaDataFatalError
All Implemented Interfaces:
java.io.Serializable

public class EnhancerMetaDataFatalError
extends java.lang.RuntimeException

Thrown to indicate that an access to JDO meta-data failed due to a serious error, which might have left the meta-data component in an inconsistent state.

See Also:
Serialized Form

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

EnhancerMetaDataFatalError

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


EnhancerMetaDataFatalError

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


EnhancerMetaDataFatalError

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


EnhancerMetaDataFatalError

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



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