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
The SOAPBindingException class represents a error while processing SOAP request and response.
See Also:
  • Constructor Details

    • SOAPBindingException

      public SOAPBindingException()
      Default Constructor.
    • SOAPBindingException

      public SOAPBindingException(String message)
      Constructor.
      Parameters:
      message - the Exception message.