Package org.jgroups

Class StateTransferException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StateTransferException
    extends java.lang.Exception
    StateTransferException is thrown to indicate a failure of a state transfer between cluster members.

    Since:
    2.6
    Author:
    Vladimir Blagojevic
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StateTransferException

        public StateTransferException()
      • StateTransferException

        public StateTransferException​(java.lang.String reason)
      • StateTransferException

        public StateTransferException​(java.lang.String reason,
                                      java.lang.Throwable cause)