Class BadResponseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmptyResponseException

public class BadResponseException extends RuntimeException
RuntimeException implementation that aims to be thrown when an error occur while parsing or processing a SOAP response.
Since:
1.0
See Also:
  • Constructor Details

    • BadResponseException

      public BadResponseException(String message)
    • BadResponseException

      public BadResponseException(String message, Throwable cause)
    • BadResponseException

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