org.exolab.castor.jdo
Class ClassNotPersistenceCapableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.exolab.castor.core.exceptions.CastorException
              extended byorg.exolab.castor.jdo.PersistenceException
                  extended byorg.exolab.castor.jdo.ClassNotPersistenceCapableException
All Implemented Interfaces:
java.io.Serializable

public class ClassNotPersistenceCapableException
extends PersistenceException

Exception thrown to indicate objects of this class are not persistent capable.

Version:
$Revision: 7121 $ $Date: 2005-12-13 14:58:48 -0700 (Tue, 13 Dec 2005) $
Author:
Assaf Arkin
See Also:
Serialized Form

Constructor Summary
ClassNotPersistenceCapableException(java.lang.String message)
           
ClassNotPersistenceCapableException(java.lang.String message, java.lang.Throwable exception)
           
 
Methods inherited from class org.exolab.castor.core.exceptions.CastorException
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassNotPersistenceCapableException

public ClassNotPersistenceCapableException(java.lang.String message)

ClassNotPersistenceCapableException

public ClassNotPersistenceCapableException(java.lang.String message,
                                           java.lang.Throwable exception)


Copyright 2008 null. All Rights Reserved.