java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enableit.db.daf.NotPersistedException
- All Implemented Interfaces:
- java.io.Serializable
- public class NotPersistedException
- extends java.lang.Exception
Indicates a Bean type has not been registered with the
DataAbstractionFacadeFactory.
- Version:
- v1.0
Nested classes inherited from class java.lang.Throwable |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
rootCause
private java.lang.Throwable rootCause
NotPersistedException
public NotPersistedException()
- NotPersistedException Method
NotPersistedException
public NotPersistedException(java.lang.String msg)
- NotPersistedException Method
NotPersistedException
public NotPersistedException(java.lang.String msg,
java.lang.Throwable rootCause)
- NotPersistedException Method
getRootCause
public java.lang.Throwable getRootCause()