站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 server API Documentation 英文版文档

ServiceUnavailableException (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


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:
Serializable

public class ServiceUnavailableException
extends 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.

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ServiceUnavailableException()
           
ServiceUnavailableException(String s)
           
ServiceUnavailableException(String s, 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(String s)

ServiceUnavailableException

public ServiceUnavailableException(String s,
                                   Throwable cause)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.