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