Package io.netty.channel
Class StacklessClosedChannelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.channels.ClosedChannelException
-
- io.netty.channel.StacklessClosedChannelException
-
- All Implemented Interfaces:
java.io.Serializable
final class StacklessClosedChannelException extends java.nio.channels.ClosedChannelExceptionCheapClosedChannelExceptionthat does not fill in the stacktrace.
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateStacklessClosedChannelException()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablefillInStackTrace()(package private) static StacklessClosedChannelExceptionnewInstance(java.lang.Class<?> clazz, java.lang.String method)Creates a newStacklessClosedChannelExceptionwhich has the origin of the givenClassand method.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
- Overrides:
fillInStackTracein classjava.lang.Throwable
-
newInstance
static StacklessClosedChannelException newInstance(java.lang.Class<?> clazz, java.lang.String method)
Creates a newStacklessClosedChannelExceptionwhich has the origin of the givenClassand method.
-
-