com.webify.wsf.engine.mediation
Class EndpointNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webify.wsf.engine.context.ContextException
com.webify.wsf.engine.mediation.MediationException
com.webify.wsf.engine.mediation.EndpointNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class EndpointNotFoundException
- extends MediationException
- Version:
- $Revision: $
- Author:
- msanchez
- See Also:
- Serialized Form
Constructor Summary |
EndpointNotFoundException(Context context,
java.lang.String message)
|
EndpointNotFoundException(Context context,
java.lang.String message,
EndpointComputation computation)
|
EndpointNotFoundException(Context context,
java.lang.String message,
java.lang.Throwable cause)
|
EndpointNotFoundException(Context context,
java.lang.String message,
java.lang.Throwable cause,
EndpointComputation computation)
|
EndpointNotFoundException(Context context,
java.lang.Throwable cause)
|
EndpointNotFoundException(Context context,
java.lang.Throwable cause,
EndpointComputation computation)
|
EndpointNotFoundException(java.lang.String message)
|
EndpointNotFoundException(java.lang.String message,
EndpointComputation computation)
|
EndpointNotFoundException(java.lang.String message,
java.lang.Throwable cause)
|
EndpointNotFoundException(java.lang.String message,
java.lang.Throwable cause,
EndpointComputation computation)
|
EndpointNotFoundException(java.lang.Throwable cause)
|
EndpointNotFoundException(java.lang.Throwable cause,
EndpointComputation computation)
|
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 |
EndpointNotFoundException
public EndpointNotFoundException(java.lang.String message)
EndpointNotFoundException
public EndpointNotFoundException(java.lang.Throwable cause)
EndpointNotFoundException
public EndpointNotFoundException(java.lang.String message,
java.lang.Throwable cause)
EndpointNotFoundException
public EndpointNotFoundException(Context context,
java.lang.String message,
java.lang.Throwable cause)
EndpointNotFoundException
public EndpointNotFoundException(Context context,
java.lang.String message)
EndpointNotFoundException
public EndpointNotFoundException(Context context,
java.lang.Throwable cause)
EndpointNotFoundException
public EndpointNotFoundException(java.lang.String message,
EndpointComputation computation)
EndpointNotFoundException
public EndpointNotFoundException(java.lang.Throwable cause,
EndpointComputation computation)
EndpointNotFoundException
public EndpointNotFoundException(java.lang.String message,
java.lang.Throwable cause,
EndpointComputation computation)
EndpointNotFoundException
public EndpointNotFoundException(Context context,
java.lang.String message,
java.lang.Throwable cause,
EndpointComputation computation)
EndpointNotFoundException
public EndpointNotFoundException(Context context,
java.lang.String message,
EndpointComputation computation)
EndpointNotFoundException
public EndpointNotFoundException(Context context,
java.lang.Throwable cause,
EndpointComputation computation)
getComputation
public EndpointComputation getComputation()
Copyright © 2002-2009 IBM. All Rights Reserved.