Class SuspectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.commons.CacheException
-
- org.infinispan.remoting.transport.jgroups.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 Summary
Constructors Constructor Description SuspectException()
SuspectException(String msg)
SuspectException(String msg, Throwable cause)
SuspectException(String msg, Address suspect)
SuspectException(String msg, Address suspect, Throwable cause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Address
getSuspect()
static boolean
isSuspectExceptionInChain(Throwable t)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SuspectException
public SuspectException()
-
SuspectException
public SuspectException(String msg)
-
-