Package org.jgroups

Class StateTransferException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jgroups.StateTransferException
All Implemented Interfaces:
Serializable

public class StateTransferException extends Exception
StateTransferException is thrown to indicate a failure of a state transfer between cluster members.
Since:
2.6
See Also:
  • Field Details

  • Constructor Details

    • StateTransferException

      public StateTransferException()
    • StateTransferException

      public StateTransferException(String reason)
    • StateTransferException

      public StateTransferException(String reason, Throwable cause)