|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.sca.ServiceRuntimeException
com.ibm.wbiserverspi.mediation.MediateException
public class MediateException
This exception is thrown by a mediation Java Snippet implementation when a runtime exception occurs that it cannot handle.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
MediateException(ServiceRuntimeException e)
Constructor |
|
MediateException(java.lang.String message)
Constructor |
|
MediateException(java.lang.String message,
java.lang.Throwable cause)
Constructor |
|
MediateException(java.lang.Throwable cause)
Constructor |
Method Summary |
---|
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 |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public MediateException(java.lang.String message)
message
- error messagepublic MediateException(java.lang.Throwable cause)
cause
- cause of the errorpublic MediateException(java.lang.String message, java.lang.Throwable cause)
message
- error messagecause
- cause of the errorpublic MediateException(ServiceRuntimeException e)
e
- runtime exception
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |