org.jpox.exceptions
Class MetaDataForPersistenceCapableClassNotReachableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jdo.JDOException
                  extended by javax.jdo.JDOCanRetryException
                      extended by javax.jdo.JDOUserException
                          extended by org.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.
 
Method Summary
 
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 © -2010 . All Rights Reserved.