Package io.netty.util
Class ResourceLeakException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.util.ResourceLeakException
- All Implemented Interfaces:
Serializable
Deprecated.
This class will be removed in the future version.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StackTraceElement[]
Deprecated.private static final long
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ResourceLeakException
(String message) Deprecated.ResourceLeakException
(String message, Throwable cause) Deprecated.ResourceLeakException
(Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
cachedStackTrace
Deprecated.
-
-
Constructor Details
-
ResourceLeakException
public ResourceLeakException()Deprecated. -
ResourceLeakException
Deprecated. -
ResourceLeakException
Deprecated. -
ResourceLeakException
Deprecated.
-
-
Method Details