org.exolab.jms.net.connector
Class ConnectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.jms.net.connector.ResourceException
              extended by 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
 
Method Summary
 
Methods inherited from class org.exolab.jms.net.connector.ResourceException
getTargetException, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, 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-2012 The OpenJMS Group. All Rights Reserved.