Package com.floragunn.signals.execution
Class CheckExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.floragunn.signals.execution.WatchOperationExecutionException
-
- com.floragunn.signals.execution.CheckExecutionException
-
- All Implemented Interfaces:
Serializable
public class CheckExecutionException extends WatchOperationExecutionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckExecutionException(Check check, String message)CheckExecutionException(Check check, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCheckId()ErrorInfotoErrorInfo()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getCheckId
public String getCheckId()
-
toErrorInfo
public ErrorInfo toErrorInfo()
- Overrides:
toErrorInfoin classWatchOperationExecutionException
-
-