org.jboss.cache
Class SuspectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.cache.CacheException
                  extended by org.jboss.cache.SuspectException
All Implemented Interfaces:
Serializable

public class SuspectException
extends CacheException

Thrown when a member is suspected during remote method invocation

Version:
$Id: SuspectException.java 5498 2008-04-03 12:30:40Z manik.surtani@jboss.com $
Author:
Bela Ban
See Also:
Serialized Form

Constructor Summary
SuspectException()
           
SuspectException(String msg)
           
SuspectException(String msg, Throwable cause)
           
 
Method Summary
 
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,
                        Throwable cause)


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