org.jboss.cache
Class SuspectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.cache.CacheException
              extended byorg.jboss.cache.SuspectException
All Implemented Interfaces:
java.io.Serializable

public class SuspectException
extends CacheException

Thrown when a member is suspected during remote method invocation

Version:
$Id: SuspectException.java,v 1.1 2006/02/13 08:40:05 bela Exp $
Author:
Bela Ban
See Also:
Serialized Form

Constructor Summary
SuspectException()
           
SuspectException(java.lang.String msg)
           
SuspectException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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(java.lang.String msg)

SuspectException

public SuspectException(java.lang.String msg,
                        java.lang.Throwable cause)
Method Detail

toString

public java.lang.String toString()


Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.