|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
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
public class 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
- originalException
- Method Detail |
---|
public java.lang.Exception getOriginalException()
public void setOriginalException(java.lang.Exception originalException)
originalException
- The originalException to set
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |