org.jboss.remoting
Class CannotConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.remoting.CannotConnectException
- All Implemented Interfaces:
- Serializable
- public class CannotConnectException
- extends RuntimeException
This exception is generated when the remoting layer cannot connect to the remote server
It means that the client cannot send the request to the server.
Clustering layers can rely this exception to failover.
- Version:
- $Revision: 1.2 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CannotConnectException
public CannotConnectException()
CannotConnectException
public CannotConnectException(String message)
CannotConnectException
public CannotConnectException(String message,
Throwable cause)
CannotConnectException
public CannotConnectException(Throwable cause)
Copyright © 2004 JBoss Inc. All Rights Reserved.