org.jboss.remoting
Class CannotConnectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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

Constructor Summary
CannotConnectException()
           
CannotConnectException(String message)
           
CannotConnectException(String message, Throwable cause)
           
CannotConnectException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

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.