|
|||||||||||
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.websphere.sdo.mediator.exception.MediatorException
MediatorException is the base class for all exceptions thrown by the JDBCMediator
Constructor Summary | |
---|---|
MediatorException()
Constructor for MediatorException. |
|
MediatorException(java.lang.String s)
Constructor for MediatorException. |
|
MediatorException(java.lang.String s,
java.lang.Exception o)
Constructor for MediatorException |
Method Summary | |
---|---|
java.lang.Exception |
getOriginalException()
Returns the originalException. |
void |
setOriginalException(java.lang.Exception originalException)
Sets the originalException. |
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 MediatorException()
public MediatorException(java.lang.String s)
s
- public MediatorException(java.lang.String s, java.lang.Exception o)
s
- Method Detail |
public java.lang.Exception getOriginalException()
public void setOriginalException(java.lang.Exception originalException)
originalException
- The originalException to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |