public class IllegalReferenceCountException extends IllegalStateException
IllegalStateException
which is raised when a user attempts to access a ReferenceCounted
whose
reference count has been decreased to 0 (and consequently freed).Constructor and Description |
---|
IllegalReferenceCountException() |
IllegalReferenceCountException(int refCnt) |
IllegalReferenceCountException(int refCnt,
int increment) |
IllegalReferenceCountException(String message) |
IllegalReferenceCountException(String message,
Throwable cause) |
IllegalReferenceCountException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalReferenceCountException()
public IllegalReferenceCountException(int refCnt)
public IllegalReferenceCountException(int refCnt, int increment)
public IllegalReferenceCountException(String message)
public IllegalReferenceCountException(String message, Throwable cause)
public IllegalReferenceCountException(Throwable cause)
Copyright © 2008–2024 The Netty Project. All rights reserved.