com.ibm.wbiserverspi.mediation
Class MediateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.sca.ServiceRuntimeException
com.ibm.wbiserverspi.mediation.MediateException
- All Implemented Interfaces:
- java.io.Serializable
public class MediateException
- extends com.ibm.websphere.sca.ServiceRuntimeException
This exception is thrown by a mediation Java Snippet implementation when a
runtime exception occurs that it cannot handle.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
|
Methods inherited from class com.ibm.websphere.sca.ServiceRuntimeException |
addServiceContext, getServiceContext, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
MediateException
public MediateException(java.lang.String message)
- Constructor
- Parameters:
message
- error message
MediateException
public MediateException(java.lang.Throwable cause)
- Constructor
- Parameters:
cause
- cause of the error
MediateException
public MediateException(java.lang.String message,
java.lang.Throwable cause)
- Constructor
- Parameters:
message
- error messagecause
- cause of the error
MediateException
public MediateException(com.ibm.websphere.sca.ServiceRuntimeException e)
- Constructor
- Parameters:
e
- runtime exception