com.ibm.tws.conn.exception
Class ConnInvalidParameterException
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.ConnValidationException
com.ibm.tws.conn.exception.ConnInvalidParameterException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnInvalidParameterException
- extends ConnValidationException
This Exception is thrown when an invalid parameter is passed to TWS API.
For example a null TWSObject is passed to AddTWSObject API.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright |
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
ConnInvalidParameterException
public ConnInvalidParameterException(java.lang.String id,
java.lang.Object[] inserts)
- Constructor
- Parameters:
inserts
- The current arguments of the error message.id
- The identifier of the message in the connector's message catalog.
ConnInvalidParameterException
public ConnInvalidParameterException(java.lang.String catalog,
java.lang.String id,
java.lang.Object[] inserts)
- Constructor
- Parameters:
catalog
- The catalog of the messagesid
- The identifier of the message in the catalog given in inputinserts
- The current arguments of the error message.
ConnInvalidParameterException
public ConnInvalidParameterException(TWSException e)
- Creates a ConnInvalidParameterException from the given nested exception.
- Parameters:
e
- The nested cause from which this exception was generated.
Copyright © 2005 IBM All Rights Reserved.