org.jpox.exceptions
Class MetaDataForPersistenceCapableClassNotReachableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byjavax.jdo.JDOCanRetryException
                      extended byjavax.jdo.JDOUserException
                          extended byorg.jpox.exceptions.MetaDataForPersistenceCapableClassNotReachableException
All Implemented Interfaces:
java.io.Serializable

public class MetaDataForPersistenceCapableClassNotReachableException
extends javax.jdo.JDOUserException

An MetaDataForPersistenceCapableClassNotReachableException is thrown if a class implements PersistenceCapable interface but its jdo metadata is unreachable in the classpath.

Version:
$Revision: 1.3 $
See Also:
ClassMetaData, Serialized Form

Constructor Summary
MetaDataForPersistenceCapableClassNotReachableException(java.lang.String className)
          Constructs a MetaData for PersistenceCapable class not reachable exception with the specified detail message.
MetaDataForPersistenceCapableClassNotReachableException(java.lang.String className, java.lang.Exception nested)
          Constructs a MetaData for PersistenceCapable class not reachable exception with the specified detail message and nested exception.
 
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetaDataForPersistenceCapableClassNotReachableException

public MetaDataForPersistenceCapableClassNotReachableException(java.lang.String className)
Constructs a MetaData for PersistenceCapable class not reachable exception with the specified detail message.

Parameters:
className - Name of the class

MetaDataForPersistenceCapableClassNotReachableException

public MetaDataForPersistenceCapableClassNotReachableException(java.lang.String className,
                                                               java.lang.Exception nested)
Constructs a MetaData for PersistenceCapable class not reachable exception with the specified detail message and nested exception.

Parameters:
className - Name of the class
nested - the nested exception(s).


Copyright © -2007 . All Rights Reserved.