org.jboss.invocation
Class ServiceUnavailableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.jboss.invocation.ServiceUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class ServiceUnavailableException
extends java.rmi.RemoteException

An extension of the RMI RemoteException that is used to indicate that there are no target services available for an invocation. An example usage is for an HA proxy to throw this exception when all targets are found to be unavailable.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ServiceUnavailableException()
           
ServiceUnavailableException(java.lang.String s)
           
ServiceUnavailableException(java.lang.String s, java.lang.Throwable cause)
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

ServiceUnavailableException

public ServiceUnavailableException()

ServiceUnavailableException

public ServiceUnavailableException(java.lang.String s)

ServiceUnavailableException

public ServiceUnavailableException(java.lang.String s,
                                   java.lang.Throwable cause)