com.tibco.rta
Class ConnectionRefusedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.tibco.rta.ConnectionRefusedException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionRefusedException
extends java.io.IOException

An exception to indicate that a connection is refused.


Constructor Summary
ConnectionRefusedException()
           
ConnectionRefusedException(java.lang.String message)
           
ConnectionRefusedException(java.lang.String message, java.lang.Throwable cause)
           
ConnectionRefusedException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionRefusedException

public ConnectionRefusedException()

ConnectionRefusedException

public ConnectionRefusedException(java.lang.String message)

ConnectionRefusedException

public ConnectionRefusedException(java.lang.String message,
                                  java.lang.Throwable cause)

ConnectionRefusedException

public ConnectionRefusedException(java.lang.Throwable cause)


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.