|
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.wsspi.sibx.mediation.MediationException
com.ibm.wsspi.sibx.mediation.MediationBusinessException
public class MediationBusinessException
Thrown if a mediation primitive encounters a business logic error. Mediation
primitives may encounter various business type errors during their
mediate
method. For instance, if the message being mediated does not conform to the
WSDL message type defined by the InputTerminal
then the primitive
may throw this exception to indicate the fact.
In the case where another checked or unchecked exception is caught by the
mediation primitive as a result of a business logic error it should be used
to create an instance of this exception. The
MediationBusinessException(String, Throwable)
or
MediationBusinessException(Throwable)
constructors should be used to ensure that no exception information is lost.
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
MediationBusinessException()
Default constructor |
|
MediationBusinessException(java.lang.String message)
Constructor which takes a message as the only parameter. |
|
MediationBusinessException(java.lang.String message,
java.lang.Throwable cause)
Constructor which takes a message, and a causal exception. |
|
MediationBusinessException(java.lang.Throwable cause)
Constructor which takes a causal exception. |
Method Summary |
---|
Methods inherited from class com.ibm.wsspi.sibx.mediation.MediationException |
---|
getExceptionMetadata, getLoggingMetadata, printStackTrace, printStackTrace, setExceptionMetadata, setLoggingMetadata |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
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
public static final java.lang.String $sccsid
Constructor Detail |
---|
public MediationBusinessException()
public MediationBusinessException(java.lang.String message)
message
- the exception messagepublic MediationBusinessException(java.lang.String message, java.lang.Throwable cause)
message
- the exception messagecause
- the causal exceptionpublic MediationBusinessException(java.lang.Throwable cause)
cause
- the causal exception
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |