Package org.apache.jackrabbit.data.core
Class TransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jackrabbit.data.core.TransactionException
- All Implemented Interfaces:
Serializable
TransactionException is thrown when some operation inside the transaction
fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionException(String message) Creates an instance of this class.TransactionException(String message, Throwable rootCause) Creates an instance of this class. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionException
Creates an instance of this class. Takes a detail message as parameter.- Parameters:
message- message
-
TransactionException
Creates an instance of this class. Takes a message and a root throwable as parameter.- Parameters:
message- messagerootCause- root throwable
-