|
Snapper 1.0 API | |||||||||
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.enhydra.snapper.api.RootException
org.enhydra.snapper.api.TransactionException
Exception thrown by implementations of SnapperTransaction and other transaction interfaces.
Constructor Summary | |
TransactionException(java.lang.String message)
Constructs a new transaction exception with the specified detail message. |
|
TransactionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new transaction exception with the specified detail message and cause. |
|
TransactionException(java.lang.Throwable cause)
Constructs a new transaction exception with the specified cause. |
Methods inherited from class org.enhydra.snapper.api.RootException |
getCause, initCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TransactionException(java.lang.String message)
message
- the detail message.public TransactionException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message.cause
- A null value is permitted, and indicates that
the cause is nonexistent or unknown.public TransactionException(java.lang.Throwable cause)
cause
- A null value is permitted, and indicates that
the cause is nonexistent or unknown.
|
Snapper 1.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |