Package io.netty.util

Class IllegalReferenceCountException

All Implemented Interfaces:
Serializable

public class IllegalReferenceCountException extends IllegalStateException
An IllegalStateException which is raised when a user attempts to access a ReferenceCounted whose reference count has been decreased to 0 (and consequently freed).
See Also:
  • Field Details

  • Constructor Details

    • IllegalReferenceCountException

      public IllegalReferenceCountException()
    • IllegalReferenceCountException

      public IllegalReferenceCountException(int refCnt)
    • IllegalReferenceCountException

      public IllegalReferenceCountException(int refCnt, int increment)
    • IllegalReferenceCountException

      public IllegalReferenceCountException(String message)
    • IllegalReferenceCountException

      public IllegalReferenceCountException(String message, Throwable cause)
    • IllegalReferenceCountException

      public IllegalReferenceCountException(Throwable cause)