org.infinispan.remoting.transport.jgroups
Class SuspectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.CacheException
                  extended by 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
SuspectException()
           
SuspectException(String msg)
           
SuspectException(String msg, Address suspect)
           
SuspectException(String msg, Address suspect, Throwable cause)
           
SuspectException(String msg, Throwable cause)
           
 
Method Summary
 Address getSuspect()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(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)
Method Detail

getSuspect

public Address getSuspect()

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.