Package org.jgroups

Class StateTransferException

All Implemented Interfaces:
Serializable

public class StateTransferException extends ChannelException
StateTransferException is thrown to indicate failure of state transfer between cluster members.

Since:
2.6
Author:
Vladimir Blagojevic
See Also:
  • Constructor Details

    • StateTransferException

      public StateTransferException()
    • StateTransferException

      public StateTransferException(String reason)
    • StateTransferException

      public StateTransferException(String reason, Throwable cause)