org.jpox.exceptions
Class MetaDataForPersistenceCapableClassNotReachableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
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
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 |
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 classnested
- the nested exception(s).
Copyright © -2007 . All Rights Reserved.