Spring Web Services Framework

org.springframework.ws.wsdl.wsdl11
Class Wsdl4jDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.ws.WebServiceException
                      extended by org.springframework.ws.wsdl.WsdlDefinitionException
                          extended by org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinitionException
All Implemented Interfaces:
Serializable

public class Wsdl4jDefinitionException
extends WsdlDefinitionException

Subclass of WsdlDefinitionException that wraps WSDLExceptions.

Since:
1.0.0
Author:
Arjen Poutsma
See Also:
Serialized Form

Constructor Summary
Wsdl4jDefinitionException(WSDLException ex)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

Wsdl4jDefinitionException

public Wsdl4jDefinitionException(WSDLException ex)

Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.