Class CredentialsConvertionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.jenkins.plugins.webhookexternalstore.exceptions.CredentialsConvertionException
- All Implemented Interfaces:
Serializable
Exception thrown when a webhook payload cannot be converted to a credential.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCredentialsConvertionException(String message) Constructs a new exception with the specified message.CredentialsConvertionException(String message, Throwable cause) Constructs a new exception with the specified message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CredentialsConvertionException
Constructs a new exception with the specified message.- Parameters:
message- the detail message
-
CredentialsConvertionException
Constructs a new exception with the specified message and cause.- Parameters:
message- the detail messagecause- the cause of the exception
-