Class WebhookNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.bitbucket.jenkins.internal.client.exception.WebhookNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class WebhookNotSupportedException extends RuntimeException
Throws when the remote bitbucket server does not return webhook as one of its capabilities. We expect the minimum version of Bitbucket that this plugin support have webhook capability.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebhookNotSupportedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WebhookNotSupportedException
public WebhookNotSupportedException(String message)
-
-