Package pl.project13.core
Class GitCommitIdExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pl.project13.core.GitCommitIdExecutionException
-
- All Implemented Interfaces:
Serializable
public class GitCommitIdExecutionException extends Exception
Exception used by plugin. Plugin code should operate using this exception, which can then be wrapped into build-tool specific exception at the top level.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GitCommitIdExecutionException()GitCommitIdExecutionException(String message)GitCommitIdExecutionException(String message, Throwable cause)GitCommitIdExecutionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)GitCommitIdExecutionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GitCommitIdExecutionException
public GitCommitIdExecutionException()
-
GitCommitIdExecutionException
public GitCommitIdExecutionException(String message)
-
GitCommitIdExecutionException
public GitCommitIdExecutionException(String message, Throwable cause)
-
GitCommitIdExecutionException
public GitCommitIdExecutionException(Throwable cause)
-
-