|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.hardcode.gdbms.engine.data.persistence.MementoException
public class MementoException
Thrown when an error happens obtaining the memento or restoring the DataSource state from a memento
Constructor Summary | |
---|---|
MementoException()
|
|
MementoException(java.lang.String message)
DOCUMENT ME! |
|
MementoException(java.lang.String message,
java.lang.Throwable cause)
DOCUMENT ME! |
|
MementoException(java.lang.Throwable cause)
DOCUMENT ME! |
Method Summary |
---|
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 MementoException()
public MementoException(java.lang.String message)
message
- public MementoException(java.lang.Throwable cause)
cause
- public MementoException(java.lang.String message, java.lang.Throwable cause)
message
- cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |