|
||||||||||||
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
This is the root of all exception classes thrown by the TWS connector.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright |
Constructor Summary | |
---|---|
ConnException(java.lang.String currentMessageID)
Creates a ConnException from the given message ID. |
|
ConnException(java.lang.String currentMessageID,
java.lang.Object[] currentArgs)
Creates a ConnException from the given message ID and arguments. |
|
ConnException(java.lang.String currentMessageID,
java.lang.Object[] currentArgs,
java.lang.Throwable e)
Creates a ConnException from the given message ID, arguments and nested cause. |
|
ConnException(java.lang.String currentCatalog,
java.lang.String currentMessageID,
java.lang.Object[] currentArgs)
Creates a ConnException from the given catalog, message ID and arguments. |
|
ConnException(java.lang.String currentMessageID,
java.lang.Throwable e)
Creates a ConnException from the given message ID and nested cause. |
|
ConnException(java.lang.Throwable e)
Creates a ConnException from the given nested cause. |
|
ConnException(TWSException e)
Creates a ConnException from the given nested exception. |
Method Summary | |
---|---|
protected static java.lang.String[] |
buildInsert(java.lang.String s)
This method returns an array with one element. |
protected static java.lang.String[] |
buildInsert2(java.lang.String s1,
java.lang.String s2)
This method returns an array with two elements. |
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 ConnException(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 ConnException(java.lang.Throwable e)
e
- The nested cause from which this exception was generated.public ConnException(java.lang.String currentMessageID, java.lang.Throwable e)
currentMessageID
- The identifier of the message in the connector's message catalog.e
- The nested cause from which this exception was generated.public ConnException(java.lang.String currentMessageID, java.lang.Object[] currentArgs, java.lang.Throwable e)
currentMessageID
- The identifier of the message in the connector's message catalog.currentArgs
- The current arguments of the error message.e
- The nested cause from which this exception was generated.public ConnException(java.lang.String currentMessageID)
currentMessageID
- The identifier of the message in the connector's message catalog.public ConnException(TWSException e)
e
- The nested cause from which this exception was generated.public ConnException(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 message catalog.currentArgs
- The current arguments of the error message.Method Detail |
protected static java.lang.String[] buildInsert(java.lang.String s)
s
- The input string
protected static java.lang.String[] buildInsert2(java.lang.String s1, java.lang.String s2)
s1
- The first strings2
- The second string
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |