com.ibm.tws.conn.exception
Class ConnNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.tws.util.exception.TWSException
              extended bycom.ibm.tws.conn.exception.ConnException
                  extended bycom.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 com.ibm.tws.conn.exception.ConnException
buildInsert, buildInsert2
 
Methods inherited from class com.ibm.tws.util.exception.TWSException
getArgs, getCauseMessage, getLocalizedMessage, getLocalizedMessage, getMessage, initialize, printStackTrace, printStackTrace, printStackTrace
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright

Constructor Detail

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 message
messageId - The message Id
parameters - The parameters of the message


Copyright © 2005 IBM All Rights Reserved.