java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
swim.concurrent.DropException
- All Implemented Interfaces:
Serializable
Used to trap a continuation when a
PullRequest drops.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDropException(String message) DropException(String message, Throwable cause) DropException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DropException
-
DropException
-
DropException
-
DropException
public DropException()
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-