|
|||||||||||
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.di.api.DIException
public class DIException
This is the base exception thrown by the TDI Server API, indicating that something in the API work-flow went wrong.
Constructor Summary | |
---|---|
DIException()
Default constructor with no cause message defined. |
|
DIException(java.lang.String aMessage)
DIException constructor that creates an exception with predefined
cause message. |
|
DIException(java.lang.String msg,
java.lang.Throwable t)
DIException constructor that creates an exception with predefined
cause message and exception. |
|
DIException(java.lang.Throwable t)
DIException constructor that creates an exception with predefined
cause exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DIException()
public DIException(java.lang.String aMessage)
DIException
constructor that creates an exception with predefined
cause message.
aMessage
- the cause messagepublic DIException(java.lang.Throwable t)
DIException
constructor that creates an exception with predefined
cause exception.
t
- the cause exceptionpublic DIException(java.lang.String msg, java.lang.Throwable t)
DIException
constructor that creates an exception with predefined
cause message and exception.
msg
- the cause messaget
- the cause exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |