com.ibm.tws.conn.exception
Class ConnTransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.tws.util.exception.TWSException
com.ibm.tws.conn.exception.ConnException
com.ibm.tws.conn.exception.ConnTransportException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ConnRemoteException
- public class ConnTransportException
- extends ConnException
This exception is thrown when an operation cannot be executed because of a problem in accessing remote resources.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright |
Constructor Summary |
ConnTransportException(java.lang.String currentMessageID,
java.lang.Object[] currentArgs)
Creates a ConnTransportException from the given message ID and arguments. |
ConnTransportException(java.lang.String currentMessageID,
java.lang.Object[] currentArgs,
java.lang.Throwable e)
Creates a ConnTransportException from the given message ID, arguments and nested cause. |
ConnTransportException(TWSException e)
Creates a ConnTransportException from the given nested exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Copyright
ConnTransportException
public ConnTransportException(TWSException e)
- Creates a ConnTransportException from the given nested exception.
- Parameters:
e
- The nested cause from which this exception was generated.
ConnTransportException
public ConnTransportException(java.lang.String currentMessageID,
java.lang.Object[] currentArgs,
java.lang.Throwable e)
- Creates a ConnTransportException from the given message ID, arguments and nested cause.
- Parameters:
currentMessageID
- The identifier of the message in the connector's message catalog.currentArgs
- The current arguments of the error message.e
- The nested cause from which this exception was generated.
ConnTransportException
public ConnTransportException(java.lang.String currentMessageID,
java.lang.Object[] currentArgs)
- Creates a ConnTransportException from the given message ID and arguments.
- Parameters:
currentMessageID
- The identifier of the message in the connector's message catalog.currentArgs
- The current arguments of the error message.
Copyright © 2005 IBM All Rights Reserved.