org.apache.ojb.broker.metadata
Class ClassNotPersistenceCapableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
org.apache.ojb.broker.OJBRuntimeException
org.apache.ojb.broker.PersistenceBrokerException
org.apache.ojb.broker.metadata.MetadataException
org.apache.ojb.broker.metadata.ClassNotPersistenceCapableException
- All Implemented Interfaces:
- org.apache.commons.lang.exception.Nestable, java.io.Serializable
- public class ClassNotPersistenceCapableException
- extends MetadataException
This exception is thrown if a class is not described in the MetaData Repository,
and thus cannot be handled properly by OJB
- Version:
- $Id: ClassNotPersistenceCapableException.java,v 1.3 2002/07/29 13:02:17 saua Exp $
- Author:
- Thomas Mahler
- See Also:
- Serialized Form
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
delegate |
Fields inherited from class java.lang.RuntimeException |
|
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClassNotPersistenceCapableException
public ClassNotPersistenceCapableException()
- Creates a new ClassNotPersistenceCapableException without a message and without a cause.
ClassNotPersistenceCapableException
public ClassNotPersistenceCapableException(java.lang.String message)
- Creates a new ClassNotPersistenceCapableException with the specified message.
- Parameters:
message
- the detail message
ClassNotPersistenceCapableException
public ClassNotPersistenceCapableException(java.lang.Throwable cause)
- Creates a new ClassNotPersistenceCapableException with the specified cause.
- Parameters:
cause
- The cause of this Exception
ClassNotPersistenceCapableException
public ClassNotPersistenceCapableException(java.lang.String message,
java.lang.Throwable cause)
- Creates a new ClassNotPersistenceCapableException with the specified message and the specified cause.
- Parameters:
message
- the detail messagecause
- the root cause
Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14