org.springframework.ws.wsdl
Class WsdlDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ws.WebServiceException
org.springframework.ws.wsdl.WsdlDefinitionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Wsdl4jDefinitionException
public class WsdlDefinitionException
- extends WebServiceException
Base class for all WSDL definition exceptions.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
- See Also:
- Serialized Form
WsdlDefinitionException
public WsdlDefinitionException(String reason)
WsdlDefinitionException
public WsdlDefinitionException(String reason,
Throwable throwable)
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.