org.jboss.remoting
Class ConnectionFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jboss.remoting.ConnectionFailedException
All Implemented Interfaces:
Serializable

public class ConnectionFailedException
extends RuntimeException

ConnectionFailedException is a RuntimeException that is raised when a remote connection fails.

Version:
$Revision: 1.7 $
Author:
Jeff Haynie
See Also:
Serialized Form

Constructor Summary
ConnectionFailedException()
           
ConnectionFailedException(String msg)
           
ConnectionFailedException(String msg, Exception ex)
           
 
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

ConnectionFailedException

public ConnectionFailedException()

ConnectionFailedException

public ConnectionFailedException(String msg)

ConnectionFailedException

public ConnectionFailedException(String msg,
                                 Exception ex)


Copyright © 2004 JBoss Inc. All Rights Reserved.