com.sun.jdo.api.persistence.enhancer.meta
Class JDOMetaDataFatalError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
All Implemented Interfaces:
Serializable

public class JDOMetaDataFatalError
extends 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
 Throwable nested
          An optional nested exception.
 
Constructor Summary
JDOMetaDataFatalError()
          Constructs an JDOMetaDataFatalError with no detail message.
JDOMetaDataFatalError(String msg)
          Constructs an JDOMetaDataFatalError with the specified detail message.
JDOMetaDataFatalError(String msg, Throwable nested)
          Constructs an JDOMetaDataFatalError with the specified detail message and an optional nested exception.
JDOMetaDataFatalError(Throwable nested)
          Constructs an JDOMetaDataFatalError 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 Throwable nested
An optional nested exception.

Constructor Detail

JDOMetaDataFatalError

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


JDOMetaDataFatalError

public JDOMetaDataFatalError(String msg)
Constructs an JDOMetaDataFatalError with the specified detail message.


JDOMetaDataFatalError

public JDOMetaDataFatalError(Throwable nested)
Constructs an JDOMetaDataFatalError with an optional nested exception.


JDOMetaDataFatalError

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



Copyright © 2012. All Rights Reserved.