|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.exolab.core.service.ServiceException
org.exolab.jms.persistence.PersistenceException
public class PersistenceException
The PersistenceException is a general exception thrown by the persistence layer.
Constructor Summary | |
---|---|
PersistenceException()
Construct a new PersistenceException with no information. |
|
PersistenceException(java.lang.String message)
Construct a new PersistenceException with a detail message |
|
PersistenceException(java.lang.String message,
java.lang.Throwable cause)
Construct a new PersistenceException with a detail
message and the exception that caused it |
|
PersistenceException(java.lang.Throwable cause)
Construct a new PersistenceException with the exception that
caused it. |
Method Summary |
---|
Methods inherited from class org.exolab.core.service.ServiceException |
---|
getRootCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PersistenceException()
PersistenceException
with no information.
public PersistenceException(java.lang.String message)
PersistenceException
with a detail message
message
- a message describing this exceptionpublic PersistenceException(java.lang.Throwable cause)
PersistenceException
with the exception that
caused it.
cause
- the exception that caused this exceptionpublic PersistenceException(java.lang.String message, java.lang.Throwable cause)
PersistenceException
with a detail
message and the exception that caused it
message
- a message describing this exceptioncause
- the exception that caused this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |