Class DwcHeaderNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.exception.DwcHeaderNotFoundException
- All Implemented Interfaces:
Serializable
Represents an
Throwable that is thrown if a specific Deploy with Confidence header was not found.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDwcHeaderNotFoundException(String message) Initializes a new instance of theDwcHeaderNotFoundExceptionclass.DwcHeaderNotFoundException(String message, Throwable throwable) Initializes a new instance of theDwcHeaderNotFoundExceptionclass. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DwcHeaderNotFoundException
Initializes a new instance of theDwcHeaderNotFoundExceptionclass.- Parameters:
message- The exception message.
-
DwcHeaderNotFoundException
Initializes a new instance of theDwcHeaderNotFoundExceptionclass.- Parameters:
message- The exception message.throwable- TheThrowable, which caused this exception.
-