Package io.netty.util
Class IllegalReferenceCountException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
io.netty.util.IllegalReferenceCountException
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIllegalReferenceCountException
(int refCnt) IllegalReferenceCountException
(int refCnt, int increment) IllegalReferenceCountException
(String message) IllegalReferenceCountException
(String message, Throwable cause) -
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 serialVersionUID- See Also:
-
-
Constructor Details
-
IllegalReferenceCountException
public IllegalReferenceCountException() -
IllegalReferenceCountException
public IllegalReferenceCountException(int refCnt) -
IllegalReferenceCountException
public IllegalReferenceCountException(int refCnt, int increment) -
IllegalReferenceCountException
-
IllegalReferenceCountException
-
IllegalReferenceCountException
-