Package org.jgroups
Class StateTransferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jgroups.ChannelException
org.jgroups.StateTransferException
- All Implemented Interfaces:
Serializable
StateTransferException
is thrown to indicate failure of
state transfer between cluster members.
- Since:
- 2.6
- Author:
- Vladimir Blagojevic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStateTransferException
(String reason) StateTransferException
(String reason, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StateTransferException
public StateTransferException() -
StateTransferException
-
StateTransferException
-