Class SecretEnvironmentError

All Implemented Interfaces:
DuctapeError, Serializable

public final class SecretEnvironmentError extends RuntimeException implements DuctapeError
See Also:
  • Constructor Details

    • SecretEnvironmentError

      public SecretEnvironmentError(String key, String env)
  • Method Details

    • secretKey

      public String secretKey()
    • env

      public String env()
    • code

      public String code()
      Description copied from interface: DuctapeError
      Stable machine-readable code, suitable for logs and API envelopes.
      Specified by:
      code in interface DuctapeError