Package io.netty.channel
Class ChannelException.StacklessChannelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.netty.channel.ChannelException
-
- io.netty.channel.ChannelException.StacklessChannelException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ChannelException
private static final class ChannelException.StacklessChannelException extends ChannelException
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description StacklessChannelException(java.lang.String message, java.lang.Throwable cause)
StacklessChannelException(java.lang.String message, java.lang.Throwable cause, boolean shared)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-
Methods inherited from class io.netty.channel.ChannelException
newStatic
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-