Package ratpack.exec.util
Class ReadWriteAccess.TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.exec.util.ReadWriteAccess.TimeoutException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ReadWriteAccess
public static class ReadWriteAccess.TimeoutException extends RuntimeException
Thrown if access could not be acquired within the given timeout value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
fillInStackTrace()
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TimeoutException
public TimeoutException(String message)
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in classThrowable
-
-