Package org.spf4j.zel.vm
Class SuspendedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spf4j.zel.vm.SuspendedException
-
- All Implemented Interfaces:
Serializable
public final class SuspendedException extends Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SuspendedExceptionINSTANCE
-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final SuspendedException INSTANCE
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTracein classThrowable
-
-