Class EmptyResponseException

All Implemented Interfaces:
Serializable

public final class EmptyResponseException extends BadResponseException
RuntimeException implementation that aims to be thrown when an error occur while parsing or processing a SOAP response that does not contain the mandatory fields.
Since:
1.0
See Also:
  • Constructor Details

    • EmptyResponseException

      public EmptyResponseException(String message)
    • EmptyResponseException

      public EmptyResponseException(String message, Throwable cause)
    • EmptyResponseException

      public EmptyResponseException(String message, Throwable cause, Map<String,String> additionalTransportData)