|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
fabric.common.exceptions.InternalError
fabric.worker.TransactionAtomicityViolationException
public class TransactionAtomicityViolationException
Field Summary | |
---|---|
java.util.List<RemoteNode> |
failed
|
java.util.List<RemoteNode> |
unreachable
|
Constructor Summary | |
---|---|
TransactionAtomicityViolationException()
|
|
TransactionAtomicityViolationException(java.util.List<RemoteNode> failed,
java.util.List<RemoteNode> unreachable)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.util.List<RemoteNode> failed
public final java.util.List<RemoteNode> unreachable
Constructor Detail |
---|
public TransactionAtomicityViolationException(java.util.List<RemoteNode> failed, java.util.List<RemoteNode> unreachable)
public TransactionAtomicityViolationException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |