Package io.netty.util.concurrent
Class DefaultPromise.LeanCancellationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- java.util.concurrent.CancellationException
-
- io.netty.util.concurrent.DefaultPromise.LeanCancellationException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DefaultPromise<V>
private static final class DefaultPromise.LeanCancellationException extends java.util.concurrent.CancellationException
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
LeanCancellationException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
java.lang.String
toString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-