Package ddf.catalog.plugin
Class PluginExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.plugin.PluginExecutionException
- All Implemented Interfaces:
Serializable
The PluginExecutionException is used to signal errors during service operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new PluginExecutionException.PluginExecutionException(String string) Instantiates a new PluginExecutionException from a given string.PluginExecutionException(String message, Throwable throwable) Instantiates a new PluginExecutionException with a message.PluginExecutionException(Throwable throwable) Instantiates a new PluginExecutionExceptionn. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginExecutionException
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
Instantiates a new PluginExecutionException with a message.- Parameters:
message- the messagethrowable- the throwable
-
PluginExecutionException
Instantiates a new PluginExecutionExceptionn.- Parameters:
throwable- the throwable
-