Class PublisherException

All Implemented Interfaces:
Serializable

public class PublisherException extends PluginException
The exception returned by the Publisher
Author:
acaproni
See Also:
  • Constructor Details

    • PublisherException

      public PublisherException(String message)
    • PublisherException

      public PublisherException(Throwable cause)
    • PublisherException

      public PublisherException(String message, Throwable cause)
    • PublisherException

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