public class CheckstyleExecutorException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
CheckstyleExecutorException() |
CheckstyleExecutorException(java.lang.String message) |
CheckstyleExecutorException(java.lang.String message,
java.lang.Throwable cause) |
CheckstyleExecutorException(java.lang.Throwable cause) |
private static final long serialVersionUID
public CheckstyleExecutorException()
public CheckstyleExecutorException(java.lang.String message)
message - Message of the exception.public CheckstyleExecutorException(java.lang.Throwable cause)
cause - Cause of the exception.public CheckstyleExecutorException(java.lang.String message,
java.lang.Throwable cause)
message - Message of the exception.cause - Cause of the exception.