Class SuspectException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Address getSuspect()  
      static boolean isSuspectExceptionInChain​(java.lang.Throwable t)  
      • 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

      • SuspectException

        public SuspectException()
      • SuspectException

        public SuspectException​(java.lang.String msg)
      • SuspectException

        public SuspectException​(java.lang.String msg,
                                Address suspect)
      • SuspectException

        public SuspectException​(java.lang.String msg,
                                java.lang.Throwable cause)
      • SuspectException

        public SuspectException​(java.lang.String msg,
                                Address suspect,
                                java.lang.Throwable cause)
    • Method Detail

      • getSuspect

        public Address getSuspect()
      • isSuspectExceptionInChain

        public static boolean isSuspectExceptionInChain​(java.lang.Throwable t)