- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- swim.concurrent.DropException
-
- All Implemented Interfaces:
Serializable
public final class DropException extends RuntimeException
Used to trap a continuation when aPullRequest
drops.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DropException()
DropException(String message)
DropException(String message, Throwable cause)
DropException(Throwable cause)
-
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
-
-
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in classThrowable
-
-