Package io.netty.util

Class ResourceLeakException

All Implemented Interfaces:
Serializable

@Deprecated public class ResourceLeakException extends RuntimeException
Deprecated.
This class will be removed in the future version.
See Also:
  • Field Details

  • Constructor Details

    • ResourceLeakException

      public ResourceLeakException()
      Deprecated.
    • ResourceLeakException

      public ResourceLeakException(String message)
      Deprecated.
    • ResourceLeakException

      public ResourceLeakException(String message, Throwable cause)
      Deprecated.
    • ResourceLeakException

      public ResourceLeakException(Throwable cause)
      Deprecated.
  • Method Details

    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object