public class ClassNotPersistenceCapableException extends MetadataException
Constructor and Description |
---|
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.
|
getSourceException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
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(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30