Class ETPluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.tracetronic.jenkins.plugins.ecutest.ETPluginException
- All Implemented Interfaces:
Serializable
Exception thrown if an error occurs while performing plugin-specific operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newETPluginException.ETPluginException(String message) Instantiates a newETPluginException.ETPluginException(String message, TaskListener listener) Instantiates a newETPluginExceptionand logs the message to the build console output.ETPluginException(String message, Throwable cause) Instantiates a newETPluginException.ETPluginException(Throwable cause) Instantiates a newETPluginException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ETPluginException
Instantiates a newETPluginException.- Parameters:
cause- the cause of theException
-
ETPluginException
Instantiates a newETPluginException. -
ETPluginException
Instantiates a newETPluginException.- Parameters:
message- the message to attach to theException
-
ETPluginException
Instantiates a newETPluginExceptionand logs the message to the build console output.- Parameters:
message- the message to attach to theExceptionlistener- the listener
-
ETPluginException
public ETPluginException()Instantiates a newETPluginException.
-