public class CannotCommitDistributedException extends CannotCommitException
Constructor and Description |
---|
CannotCommitDistributedException()
Constructs an instance with no detail message.
|
CannotCommitDistributedException(String desc,
Map<Integer,Exception> participantsExceptions)
Constructs an instance with a detail message.
|
Modifier and Type | Method and Description |
---|---|
static CannotCommitDistributedException |
getCannotCommitDistributedException(Exception e) |
Map<Integer,Exception> |
getParticipantsExceptions() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannotCommitDistributedException(String desc, Map<Integer,Exception> participantsExceptions)
desc
- the detail messagepublic CannotCommitDistributedException()
public static CannotCommitDistributedException getCannotCommitDistributedException(Exception e)
Copyright © GigaSpaces.