|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.tws.util.exception.TWSException
com.ibm.tws.conn.exception.ConnException
com.ibm.tws.conn.exception.ConnIntegrityException
This exception is thrown when a write operation cannot be executed because it violates integrity checks.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright |
Constructor Summary | |
---|---|
ConnIntegrityException(java.lang.String currentMessageID)
Creates a ConnIntegrityException from the given message ID. |
|
ConnIntegrityException(java.lang.String currentMessageID,
java.lang.Object[] currentArgs)
Creates a ConnIntegrityException from the given message ID and arguments. |
|
ConnIntegrityException(java.lang.String currentCatalog,
java.lang.String currentMessageID,
java.lang.Object[] currentArgs)
Creates a ConnException from the given catalog, message ID and arguments. |
|
ConnIntegrityException(TWSException e)
Creates a ConnIntegrityException from the given nested exception. |
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 |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ConnIntegrityException(java.lang.String currentMessageID, java.lang.Object[] currentArgs)
currentMessageID
- The identifier of the message in the connector's message catalog.currentArgs
- The current arguments of the error message.public ConnIntegrityException(TWSException e)
e
- The nested cause from which this exception was generated.public ConnIntegrityException(java.lang.String currentMessageID)
currentMessageID
- The identifier of the message in the connector's message catalog.public ConnIntegrityException(java.lang.String currentCatalog, java.lang.String currentMessageID, java.lang.Object[] currentArgs)
currentCatalog
- The message catalog to be used.currentMessageID
- The identifier of the message in the connector's message catalog.currentArgs
- The current arguments of the error message.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |