|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.cams.PersistenceException
PersistenceException represents an exceptional condition
encountered when attempting to create, load, or store an Object instance.
This class is useful for factory classes that need to indicate that an
Object could not be created or loaded. It is also useful for classes that
store objects to a database, file, or other persistent store.
| Constructor Summary | |
PersistenceException()
Construct a new PersistenceException with no other information. |
|
PersistenceException(String message)
Construct a new PersistenceException for the specified message. |
|
PersistenceException(String message,
Throwable cause)
Construct a new PersistenceException for the specified message and throwable. |
|
PersistenceException(Throwable cause)
Construct a new PersistenceException for the specified throwable. |
|
| Methods inherited from class com.cafesoft.core.exception.NestedException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PersistenceException()
public PersistenceException(String message)
message - a message describing this exceptionpublic PersistenceException(Throwable cause)
cause - throwable that caused this exception
public PersistenceException(String message,
Throwable cause)
message - message describing this exceptioncause - throwable that caused this exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||