Package ratpack.exec
Class OverlappingExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.exec.OverlappingExecutionException
-
- All Implemented Interfaces:
Serializable
public class OverlappingExecutionException extends RuntimeException
An instance of this exception will be logged when execution overlaps.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OverlappingExecutionException(String message)
Constructor.OverlappingExecutionException(String message, Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OverlappingExecutionException
public OverlappingExecutionException(String message)
Constructor.- Parameters:
message
- exception message
-
-