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.| Constructor and Description |
|---|
EmptyResponseException(String message) |
EmptyResponseException(String message,
Throwable cause) |
EmptyResponseException(String message,
Throwable cause,
Map<String,String> additionalTransportData) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EmptyResponseException(String message)
Copyright © 2022. All rights reserved.