当前页面:
在线文档首页 >
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
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.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
ServiceUnavailableException
public ServiceUnavailableException()
ServiceUnavailableException
public ServiceUnavailableException(String s)
ServiceUnavailableException
public ServiceUnavailableException(String s,
Throwable cause)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.