Class TransactionFailureException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class TransactionFailureException extends SecureStoreExceptionSignals that an error occurred during database transaction related operations.
-
-
Constructor Summary
Constructors Constructor Description TransactionFailureException(String message, Throwable cause)Constructs a TransactionFailureExceptionwith the specified message and cause.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
TransactionFailureException
TransactionFailureException(String message, Throwable cause)
Constructs a
TransactionFailureExceptionwith the specified message and cause.- Parameters:
message- the detail message which is saved for later retrieval by the getMessage methodcause- the cause which is saved for later retrieval by the getCause method.
-
-
-
-