org.jboss.remoting
Class ConnectionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConnectionFailedException
public ConnectionFailedException()
ConnectionFailedException
public ConnectionFailedException(String msg)
ConnectionFailedException
public ConnectionFailedException(String msg,
Exception ex)
Copyright © 2004 JBoss Inc. All Rights Reserved.