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
ConstructorDescriptionDwcHeaderNotFoundException
(String message) Initializes a new instance of theDwcHeaderNotFoundException
class.DwcHeaderNotFoundException
(String message, Throwable throwable) Initializes a new instance of theDwcHeaderNotFoundException
class. -
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 theDwcHeaderNotFoundException
class.- Parameters:
message
- The exception message.
-
DwcHeaderNotFoundException
Initializes a new instance of theDwcHeaderNotFoundException
class.- Parameters:
message
- The exception message.throwable
- TheThrowable
, which caused this exception.
-