public class SoapException extends Exception
Constructor and Description |
---|
SoapException() |
SoapException(String message)
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)
Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service
in SAP S/4HANA.
|
SoapException(Throwable cause)
Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service
in SAP S/4HANA.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SoapException(@Nonnull Throwable cause)
cause
- Throwable causing the SoapExceptionpublic SoapException(@Nonnull String message)
message
- Message describing the cause of this exceptionpublic SoapException(@Nonnull String message, @Nonnull Throwable cause)
message
- Message describing the cause of this exceptioncause
- Throwable causing the SoapExceptionpublic SoapException()
Copyright © 2019 SAP SE. All rights reserved.