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:
- 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
Fields inherited from class java.rmi.RemoteException |
detail |
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 |
ServiceUnavailableException
public ServiceUnavailableException()
ServiceUnavailableException
public ServiceUnavailableException(java.lang.String s)
ServiceUnavailableException
public ServiceUnavailableException(java.lang.String s,
java.lang.Throwable cause)