com.webify.wsf.engine.mediation
Class EndpointNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.webify.wsf.engine.context.ContextException
              extended by com.webify.wsf.engine.mediation.MediationException
                  extended by 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)
           
 
Method Summary
 EndpointComputation getComputation()
           
 
Methods inherited from class com.webify.wsf.engine.context.ContextException
getContext
 
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
 

Constructor Detail

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)
Method Detail

getComputation

public EndpointComputation getComputation()


Copyright © 2002-2009 IBM. All Rights Reserved.