Class CredentialsNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jenkins.plugins.opentelemetry.jenkins.CredentialsNotFoundException
All Implemented Interfaces:
Serializable

public class CredentialsNotFoundException extends RuntimeException
See Also:
  • Constructor Details

    • CredentialsNotFoundException

      public CredentialsNotFoundException()
    • CredentialsNotFoundException

      public CredentialsNotFoundException(String message)
    • CredentialsNotFoundException

      public CredentialsNotFoundException(String message, Throwable cause)
    • CredentialsNotFoundException

      public CredentialsNotFoundException(Throwable cause)
    • CredentialsNotFoundException

      public CredentialsNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)