com.ibm.rational.rpe.common.utils.conn
Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
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 |
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)
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