|
|||||||||||
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.apache.jackrabbit.BaseException
org.apache.jackrabbit.core.state.TransactionException
TransactionException is thrown when some operation inside the transaction fails.
Constructor Summary | |
TransactionException(String message)
Creates an instance of this class. |
|
TransactionException(String message,
Throwable rootCause)
Creates an instance of this class. |
|
TransactionException(Throwable rootCause)
Creates an instance of this class. |
Methods inherited from class org.apache.jackrabbit.BaseException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TransactionException(String message)
message
- messagepublic TransactionException(Throwable rootCause)
rootCause
- root throwablepublic TransactionException(String message, Throwable rootCause)
message
- messagerootCause
- root throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |