com.eviware.soapui.impl.wsdl.mock
Class DispatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.eviware.soapui.impl.wsdl.mock.DispatchException
All Implemented Interfaces:
java.io.Serializable

public class DispatchException
extends java.lang.Exception

Exception thrown during dispatching of HTTP Requests to a WsdlMockService

Author:
ole.matzura
See Also:
Serialized Form

Constructor Summary
DispatchException(java.lang.String arg0)
           
DispatchException(java.lang.String arg0, java.lang.Throwable arg1)
           
DispatchException(java.lang.Throwable arg0)
           
 
Method Summary
 
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

DispatchException

public DispatchException(java.lang.String arg0,
                         java.lang.Throwable arg1)

DispatchException

public DispatchException(java.lang.String arg0)

DispatchException

public DispatchException(java.lang.Throwable arg0)


Copyright © 2005-2010 eviware.com. All Rights Reserved.