com.ibm.websphere.sdo.mediator.exception
Class MediatorException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.sdo.mediator.exception.MediatorException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
- public class MediatorException
- extends java.lang.Exception
See Also:
Constructor Summary
| Constructor and Description |
|---|
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
| Modifier and Type | Method and Description |
|---|---|
|
getOriginalException()
Returns the originalException.
|
|
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
MediatorException
- public MediatorException()
Constructor for MediatorException.
MediatorException
- public MediatorException(java.lang.String s)
Constructor for MediatorException.
Parameters:
s - MediatorException
- public MediatorException(java.lang.String s,
- java.lang.Exception o)
Constructor for MediatorException
Parameters:
s - Method Detail
getOriginalException
- public java.lang.Exception getOriginalException( )
Returns the originalException.
Returns:
Exception
setOriginalException
- public void setOriginalException( java.lang.Exception originalException)
Sets the originalException.
Parameters:
originalException - The originalException to set