|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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
public class ClassNotPersistenceCapableException
This exception is thrown if a class is not described in the MetaData Repository, and thus cannot be handled properly by OJB
Constructor Summary | |
---|---|
ClassNotPersistenceCapableException()
Creates a new ClassNotPersistenceCapableException without a message and without a cause. |
|
ClassNotPersistenceCapableException(java.lang.String message)
Creates a new ClassNotPersistenceCapableException with the specified message. |
|
ClassNotPersistenceCapableException(java.lang.String message,
java.lang.Throwable cause)
Creates a new ClassNotPersistenceCapableException with the specified message and the specified cause. |
|
ClassNotPersistenceCapableException(java.lang.Throwable cause)
Creates a new ClassNotPersistenceCapableException with the specified cause. |
Method Summary |
---|
Methods inherited from class org.apache.ojb.broker.PersistenceBrokerException |
---|
getSourceException |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClassNotPersistenceCapableException()
public ClassNotPersistenceCapableException(java.lang.String message)
message
- the detail messagepublic ClassNotPersistenceCapableException(java.lang.Throwable cause)
cause
- The cause of this Exceptionpublic ClassNotPersistenceCapableException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the root cause
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |