|
||||||||||
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
com.ebasetech.ufs.utility.PersistenceRuntimeException
Persistence specific exception class. This is to be thrown in situations were there is some completely unrecoverable error.
Field Summary |
Fields inherited from class java.lang.RuntimeException |
Fields inherited from class java.lang.Throwable |
Constructor Summary | |
PersistenceRuntimeException()
Constructs a new persistence runtime exception with null as its
detail message. |
|
PersistenceRuntimeException(java.lang.String message)
Constructs a new persistence runtime exception with the specified detail message. |
|
PersistenceRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new persistence runtime exception with the specified detail message and cause. |
|
PersistenceRuntimeException(java.lang.Throwable cause)
Constructs a new persistence runtime exception with the specified cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PersistenceRuntimeException(java.lang.String message)
public PersistenceRuntimeException(java.lang.Throwable cause)
public PersistenceRuntimeException(java.lang.String message, java.lang.Throwable cause)
public PersistenceRuntimeException()
null
as its
detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |