| org.apache.ojb.broker.metadata.MetadataException org.apache.ojb.broker.metadata.ClassNotPersistenceCapableException
ClassNotPersistenceCapableException | public class ClassNotPersistenceCapableException extends MetadataException (Code) | | This exception is thrown if a class is not described in the MetaData Repository,
and thus cannot be handled properly by OJB
author: Thomas Mahler version: $Id: ClassNotPersistenceCapableException.java,v 1.5.2.1 2005/12/21 22:26:10 tomdz Exp $ |
ClassNotPersistenceCapableException | public ClassNotPersistenceCapableException()(Code) | | Creates a new ClassNotPersistenceCapableException without a message and without a cause.
|
ClassNotPersistenceCapableException | public ClassNotPersistenceCapableException(String message)(Code) | | Creates a new ClassNotPersistenceCapableException with the specified message.
Parameters: message - the detail message |
ClassNotPersistenceCapableException | public ClassNotPersistenceCapableException(Throwable cause)(Code) | | Creates a new ClassNotPersistenceCapableException with the specified cause.
Parameters: cause - The cause of this Exception |
ClassNotPersistenceCapableException | public ClassNotPersistenceCapableException(String message, Throwable cause)(Code) | | Creates a new ClassNotPersistenceCapableException with the specified message and the specified cause.
Parameters: message - the detail message Parameters: cause - the root cause |
|
|