Class SoapException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
All Implemented Interfaces:
Serializable

public class SoapException extends Exception
Thrown in case of error situations related to the invocation of SOAP services in an ERP system.
See Also:
  • Constructor Details

    • SoapException

      public SoapException(@Nonnull Throwable cause)
      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

      public SoapException(@Nonnull String message)
      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

      public SoapException(@Nonnull String message, @Nonnull Throwable cause)
      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
      cause - Throwable causing the SoapException
    • SoapException

      public SoapException()