com.ibm.tws.conn.exception
Class ConnInvalidPropertiesException
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.ConnInvalidPropertiesException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnInvalidPropertiesException
- extends ConnValidationException
This Exception is thrown when an invalid properties is passed.
For example a property that does not exist is passed to setModelProperty 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
ConnInvalidPropertiesException
public ConnInvalidPropertiesException(java.lang.String currentMessageID,
java.lang.Object[] currentArgs)
- Constructor
- Parameters:
currentMessageID
- The identifier of the message in the connector's message catalog.currentArgs
- The current arguments of the error message.
ConnInvalidPropertiesException
public ConnInvalidPropertiesException(java.lang.String currentMessageID)
- Constructor
- Parameters:
currentMessageID
- The identifier of the message in the connector's message catalog.
Copyright © 2005 IBM All Rights Reserved.