com.ibm.rational.rpe.common.utils.conn
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.ibm.rational.rpe.common.utils.conn.ConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionException
extends java.io.IOException

An exception is thrown for any connection errors other than authentication. The details attribute might store additional information about the error.

See Also:
Serialized Form

Constructor Summary
ConnectionException(java.lang.String message, com.ibm.rational.rpe.common.utils.conn.ConnectionErrorInfo details, java.lang.Throwable e)
           
ConnectionException(java.lang.String message, java.lang.Throwable e)
           
ConnectionException(java.lang.Throwable e)
           
 
Method Summary
 com.ibm.rational.rpe.common.utils.conn.ConnectionErrorInfo getDetails()
          Returns a ConnectionErrorInfo object with additional details about the error.
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionException

public ConnectionException(java.lang.Throwable e)

ConnectionException

public ConnectionException(java.lang.String message,
                           java.lang.Throwable e)

ConnectionException

public ConnectionException(java.lang.String message,
                           com.ibm.rational.rpe.common.utils.conn.ConnectionErrorInfo details,
                           java.lang.Throwable e)
Method Detail

getDetails

public com.ibm.rational.rpe.common.utils.conn.ConnectionErrorInfo getDetails()
Returns a ConnectionErrorInfo object with additional details about the error. If no such details exist, then the method returns null.


getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable