Class SecretScopeError

All Implemented Interfaces:
DuctapeError, Serializable

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

    • SecretScopeError

      public SecretScopeError(String key, String app)
  • Method Details

    • secretKey

      public String secretKey()
    • app

      public String app()
    • 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