com.ibm.tws.conn.exception
Class ConnNotFoundException
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.ConnNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnNotFoundException
- extends ConnException
This exception is thrown when executing an operation on an object that cannot be found.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright |
Constructor Summary |
ConnNotFoundException(java.lang.String messageCatalog,
java.lang.String messageId,
java.lang.Object[] parameters)
Creates a ConnNotFoundException with a default text and the toString
of the input TWSKey. |
ConnNotFoundException(TWSException e)
Creates a ConnNotFoundException from the given nested exception. |
ConnNotFoundException(TWSKey key)
Creates a ConnNotFoundException with a default text and the toString
of the input TWSKey. |
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
ConnNotFoundException
public ConnNotFoundException(TWSException e)
- Creates a ConnNotFoundException from the given nested exception.
- Parameters:
e
- The nested cause from which this exception was generated.
ConnNotFoundException
public ConnNotFoundException(TWSKey key)
- Creates a ConnNotFoundException with a default text and the toString
of the input TWSKey.
- Parameters:
key
- The TWSKey of the not found object.
ConnNotFoundException
public ConnNotFoundException(java.lang.String messageCatalog,
java.lang.String messageId,
java.lang.Object[] parameters)
- Creates a ConnNotFoundException with a default text and the toString
of the input TWSKey.
- Parameters:
messageCatalog
- The catalog of the messagemessageId
- The message Idparameters
- The parameters of the message
Copyright © 2005 IBM All Rights Reserved.