- 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 aPullRequestdrops.- 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 ThrowablefillInStackTrace()-
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:
fillInStackTracein classThrowable
-
-