Package io.netty.util

Class IllegalReferenceCountException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalReferenceCountException
    extends java.lang.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:
    Serialized Form
    • Constructor Detail

      • IllegalReferenceCountException

        public IllegalReferenceCountException()
      • IllegalReferenceCountException

        public IllegalReferenceCountException​(int refCnt)
      • IllegalReferenceCountException

        public IllegalReferenceCountException​(int refCnt,
                                              int increment)
      • IllegalReferenceCountException

        public IllegalReferenceCountException​(java.lang.String message)
      • IllegalReferenceCountException

        public IllegalReferenceCountException​(java.lang.String message,
                                              java.lang.Throwable cause)
      • IllegalReferenceCountException

        public IllegalReferenceCountException​(java.lang.Throwable cause)