Class SOAPBindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.identity.liberty.ws.soapbinding.SOAPBindingException
- All Implemented Interfaces:
Serializable
The
SOAPBindingException
class represents a error while
processing SOAP request and response.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SOAPBindingException
public SOAPBindingException()Default Constructor. -
SOAPBindingException
Constructor.- Parameters:
message
- the Exception message.
-