Class TransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jackrabbit.data.core.TransactionException
All Implemented Interfaces:
Serializable

public class TransactionException extends Exception
TransactionException is thrown when some operation inside the transaction fails.
See Also:
  • Constructor Details

    • TransactionException

      public TransactionException(String message)
      Creates an instance of this class. Takes a detail message as parameter.
      Parameters:
      message - message
    • TransactionException

      public TransactionException(String message, Throwable rootCause)
      Creates an instance of this class. Takes a message and a root throwable as parameter.
      Parameters:
      message - message
      rootCause - root throwable