Class SuspectException

All Implemented Interfaces:
Serializable

public class SuspectException extends CacheException
Thrown when a member is suspected during remote method invocation
Since:
4.0
Author:
Bela Ban, Galder ZamarreƱo
See Also:
  • Constructor Details

    • SuspectException

      public SuspectException()
    • SuspectException

      public SuspectException(String msg)
    • SuspectException

      public SuspectException(String msg, Address suspect)
    • SuspectException

      public SuspectException(String msg, Throwable cause)
    • SuspectException

      public SuspectException(String msg, Address suspect, Throwable cause)
  • Method Details

    • getSuspect

      public Address getSuspect()
    • isSuspectExceptionInChain

      public static boolean isSuspectExceptionInChain(Throwable t)