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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebServiceException(@Nullable String msg) Create a new instance of theWebServiceExceptionclass.WebServiceException(@Nullable String msg, Throwable ex) Create a new instance of theWebServiceExceptionclass. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebServiceException
Create a new instance of theWebServiceExceptionclass.- Parameters:
msg- the detail message
-
WebServiceException
-