Class RetryableDeadlineExpireException

All Implemented Interfaces:
Serializable

public class RetryableDeadlineExpireException extends RetryableRenewingLeaseManagerException
Thrown when the lease deadline expired but underlying exception is not due to the presence of Active lease.
See Also:
  • Constructor Details

    • RetryableDeadlineExpireException

      public RetryableDeadlineExpireException()
      Default Constructor
    • RetryableDeadlineExpireException

      public RetryableDeadlineExpireException(@NotNull @NotNull String message)
      Constructor that supports taking a detailed message describing the error.
      Parameters:
      message - A detailed message describing the error.
    • RetryableDeadlineExpireException

      public RetryableDeadlineExpireException(@NotNull @NotNull Throwable cause)
      Constructor that builds a RetryableDeadlineExpireException using the specified cause.
      Parameters:
      cause - The passed in cause.
    • RetryableDeadlineExpireException

      public RetryableDeadlineExpireException(@NotNull @NotNull String reason, @Nullable @Nullable Throwable cause)
      Constructor that builds a RetryableDeadlineExpireException using the passed in message and optional cause.
      Parameters:
      reason - The passed in message detailing the error
      cause - Optional cause, null would indicate the error is unknown
    • RetryableDeadlineExpireException

      public RetryableDeadlineExpireException(@NotNull @NotNull String message, @Nullable @Nullable Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Constructor that builds a RetryableDeadlineExpireException using the passed in message, optional cause, suppression indicator and writable stacktrace flag.
      Parameters:
      message - The passed in message detailing the error
      cause - Optional cause, null would indicate the error is unknown
      enableSuppression - Boolean that indicates suppression is enabled or disabled
      writableStackTrace - Boolean that indicates if stacktrace is writable