Package com.floragunn.signals.execution
Class WatchExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.floragunn.signals.execution.WatchExecutionException
-
- All Implemented Interfaces:
Serializable
public class WatchExecutionException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WatchExecutionException(String message, WatchLog watchLog)WatchExecutionException(String message, Throwable cause, WatchLog watchLog)WatchExecutionException(Throwable cause, WatchLog watchLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WatchLoggetWatchLog()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-