Class WebServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.ws.WebServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddressingException, InvalidXmlException, NoEndpointFoundException, WebServiceClientException, WebServiceMessageException, WsdlDefinitionException, WsSecurityException

public abstract class WebServiceException extends org.springframework.core.NestedRuntimeException
Root of the hierarchy of Web Service exceptions.
Since:
1.0.0
Author:
Arjen Poutsma
See Also:
  • Constructor Details

    • WebServiceException

      public WebServiceException(String msg)
      Create a new instance of the WebServiceException class.
      Parameters:
      msg - the detail message
    • WebServiceException

      public WebServiceException(String msg, Throwable ex)
      Create a new instance of the WebServiceException class.
      Parameters:
      msg - the detail message
      ex - the root exception