Package pl.project13.core
Class GitCommitIdExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pl.project13.core.GitCommitIdExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class GitCommitIdExecutionException extends java.lang.ExceptionException 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(java.lang.String message)GitCommitIdExecutionException(java.lang.String message, java.lang.Throwable cause)GitCommitIdExecutionException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)GitCommitIdExecutionException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
GitCommitIdExecutionException
public GitCommitIdExecutionException()
-
GitCommitIdExecutionException
public GitCommitIdExecutionException(java.lang.String message)
-
GitCommitIdExecutionException
public GitCommitIdExecutionException(java.lang.String message, java.lang.Throwable cause)
-
GitCommitIdExecutionException
public GitCommitIdExecutionException(java.lang.Throwable cause)
-
GitCommitIdExecutionException
public GitCommitIdExecutionException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-