com.webify.wsf.engine.mediation
Class MediationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webify.wsf.engine.context.ContextException
com.webify.wsf.engine.mediation.MediationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EndpointNotFoundException
public abstract class MediationException
- extends ContextException
Base class for all mediation releated exception types.
- Version:
- $Revision: $
- Author:
- msanchez
- See Also:
- Serialized Form
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 |
MediationException
public MediationException(java.lang.String message)
MediationException
public MediationException(java.lang.Throwable cause)
MediationException
public MediationException(java.lang.String message,
java.lang.Throwable cause)
MediationException
public MediationException(Context context,
java.lang.String message,
java.lang.Throwable cause)
MediationException
public MediationException(Context context,
java.lang.String message)
MediationException
public MediationException(Context context,
java.lang.Throwable cause)
Copyright © 2002-2009 IBM. All Rights Reserved.