Class SoapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
- All Implemented Interfaces:
Serializable
Deprecated.
This module will be discontinued, along with its classes and methods.
Thrown in case of error situations related to the invocation of SOAP services in an ERP system.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.SoapException
(String message) Deprecated.Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.SoapException
(String message, Throwable cause) Deprecated.Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.SoapException
(Throwable cause) Deprecated.Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SoapException
Deprecated.Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.- Parameters:
cause
- Throwable causing the SoapException
-
SoapException
Deprecated.Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.- Parameters:
message
- Message describing the cause of this exception
-
SoapException
Deprecated.Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.- Parameters:
message
- Message describing the cause of this exceptioncause
- Throwable causing the SoapException
-
SoapException
public SoapException()Deprecated.
-