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 SummaryConstructors Constructor Description OverlappingExecutionException(String message)Constructor.OverlappingExecutionException(String message, Throwable cause)Constructor.
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
OverlappingExecutionExceptionpublic OverlappingExecutionException(String message) Constructor.- Parameters:
- message- exception message
 
 
- 
 
-