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 public class ResourceLeakException extends RuntimeException
Deprecated.This class will be removed in the future version.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceLeakException()
Deprecated.ResourceLeakException(String message)
Deprecated.ResourceLeakException(String message, Throwable cause)
Deprecated.ResourceLeakException(Throwable cause)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.int
hashCode()
Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-