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
Thrown when a member is suspected during remote method invocation
- Since:
- 4.0
- Author:
- Bela Ban, Galder ZamarreƱo
- See Also:
-
Constructor Summary
ConstructorDescriptionSuspectException
(String msg) SuspectException
(String msg, Throwable cause) SuspectException
(String msg, Address suspect) SuspectException
(String msg, Address suspect, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SuspectException
public SuspectException() -
SuspectException
-
SuspectException
-
SuspectException
-
SuspectException
-
-
Method Details
-
getSuspect
-
isSuspectExceptionInChain
-