org.jboss.remoting
Class ConnectionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.remoting.ConnectionFailedException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionFailedException
extends java.lang.RuntimeException

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

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

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

ConnectionFailedException

public ConnectionFailedException(java.lang.String msg,
                                 java.lang.Exception ex)


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.