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:
    Serialized Form
    • Constructor Detail

      • SuspectException

        public SuspectException()
      • SuspectException

        public SuspectException​(String msg)
      • SuspectException

        public SuspectException​(String msg,
                                Address suspect)
      • SuspectException

        public SuspectException​(String msg,
                                Throwable cause)
    • Method Detail

      • getSuspect

        public Address getSuspect()
      • isSuspectExceptionInChain

        public static boolean isSuspectExceptionInChain​(Throwable t)