org.infinispan.remoting.transport.jgroups
Class SuspectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
getSuspect
public Address getSuspect()
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.