org.exolab.jms.net.connector
Class ConnectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.exolab.jms.net.connector.ResourceException
                    |
                    +--org.exolab.jms.net.connector.ConnectException
All Implemented Interfaces:
java.io.Serializable

public class ConnectException
extends ResourceException

A ConnectException is thrown if a connection is refused to the remote server for a remote method call.

Version:
$Revision: 1.1 $ $Date: 2004/11/26 01:51:03 $
Author:
Tim Anderson
See Also:
Serialized Form

Constructor Summary
ConnectException()
          Construct a new ConnectException
ConnectException(java.lang.String detail)
          Construct a new ConnectException with no target exception
ConnectException(java.lang.String detail, java.lang.Throwable target)
          Construct a new ConnectException with a detail message and target exception
ConnectException(java.lang.Throwable target)
          Construct a new ConnectException with a target exception
 
Methods inherited from class org.exolab.jms.net.connector.ResourceException
getTargetException, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectException

public ConnectException()
Construct a new ConnectException

ConnectException

public ConnectException(java.lang.String detail)
Construct a new ConnectException with no target exception
Parameters:
detail - the detail message

ConnectException

public ConnectException(java.lang.Throwable target)
Construct a new ConnectException with a target exception
Parameters:
target - the target exception

ConnectException

public ConnectException(java.lang.String detail,
                        java.lang.Throwable target)
Construct a new ConnectException with a detail message and target exception
Parameters:
detail - the detail message
target - the target exception


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.