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

@Beta public class DwcHeaderNotFoundException extends RuntimeException
Represents an Throwable that is thrown if a specific Deploy with Confidence header was not found.
See Also:
  • Constructor Details

    • DwcHeaderNotFoundException

      public DwcHeaderNotFoundException(@Nonnull String message)
      Initializes a new instance of the DwcHeaderNotFoundException class.
      Parameters:
      message - The exception message.
    • DwcHeaderNotFoundException

      public DwcHeaderNotFoundException(@Nonnull String message, @Nonnull Throwable throwable)
      Initializes a new instance of the DwcHeaderNotFoundException class.
      Parameters:
      message - The exception message.
      throwable - The Throwable, which caused this exception.