Class PluginExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.plugin.PluginExecutionException
All Implemented Interfaces:
Serializable

public class PluginExecutionException extends Exception
The PluginExecutionException is used to signal errors during service operations.
See Also:
  • Constructor Details

    • PluginExecutionException

      public PluginExecutionException(String string)
      Instantiates a new PluginExecutionException from a given string.
      Parameters:
      string - the string to use for the exception.
    • PluginExecutionException

      public PluginExecutionException()
      Instantiates a new PluginExecutionException.
    • PluginExecutionException

      public PluginExecutionException(String message, Throwable throwable)
      Instantiates a new PluginExecutionException with a message.
      Parameters:
      message - the message
      throwable - the throwable
    • PluginExecutionException

      public PluginExecutionException(Throwable throwable)
      Instantiates a new PluginExecutionExceptionn.
      Parameters:
      throwable - the throwable