Package net.jini.core.transaction
Class CannotCommitDistributedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.jini.core.transaction.TransactionException
net.jini.core.transaction.CannotCommitException
net.jini.core.transaction.CannotCommitDistributedException
- All Implemented Interfaces:
Serializable
Exception thrown when a transaction cannot commit on multiple partitions because it has already
aborted or must now be aborted.
- Since:
- 12.1
- Author:
- Yael Nahon
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance with no detail message.CannotCommitDistributedException(String desc, Map<Integer, Exception> participantsExceptions) Constructs an instance with a detail message. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotCommitDistributedException
Constructs an instance with a detail message.- Parameters:
desc- the detail message
-
CannotCommitDistributedException
public CannotCommitDistributedException()Constructs an instance with no detail message.
-
-
Method Details
-
getParticipantsExceptions
-
getCannotCommitDistributedException
-