Class CredentialsConvertionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.jenkins.plugins.webhookexternalstore.exceptions.CredentialsConvertionException
All Implemented Interfaces:
Serializable

public class CredentialsConvertionException extends Exception
Exception thrown when a webhook payload cannot be converted to a credential.
See Also:
  • Constructor Details

    • CredentialsConvertionException

      public CredentialsConvertionException(String message)
      Constructs a new exception with the specified message.
      Parameters:
      message - the detail message
    • CredentialsConvertionException

      public CredentialsConvertionException(String message, Throwable cause)
      Constructs a new exception with the specified message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception