Package ratpack.exec.util
Class Promised.AlreadySuppliedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- ratpack.exec.util.Promised.AlreadySuppliedException
-
- All Implemented Interfaces:
Serializable
public static class Promised.AlreadySuppliedException extends IllegalStateException
Thrown if an attempt is made to supply the value/result after it has already been supplied.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-