Class WebhookException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nz.co.jammehcow.jenkinsdiscord.exception.WebhookException
All Implemented Interfaces:
Serializable

public class WebhookException extends Exception
Author:
jammehcow
See Also:
  • Constructor Details

    • WebhookException

      public WebhookException()
    • WebhookException

      public WebhookException(String message)
    • WebhookException

      public WebhookException(String message, Throwable cause)
    • WebhookException

      public WebhookException(Throwable cause)