Class SecretNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
co.decodable.sdk.pipeline.exception.SecretNotFoundException
All Implemented Interfaces:
Serializable

public class SecretNotFoundException extends RuntimeException
This exception is thrown when a Decodable secret cannot be accessed. The most probable cause is that it was not referenced in the pipeline's properties.
See Also:
  • Constructor Details

    • SecretNotFoundException

      public SecretNotFoundException(String message)
    • SecretNotFoundException

      public SecretNotFoundException(String message, Throwable cause)