- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- io.netty5.util.IllegalReferenceCountException
-
- All Implemented Interfaces:
Serializable
public class IllegalReferenceCountException extends IllegalStateException
AnIllegalStateException
which is raised when a user attempts to access aReferenceCounted
whose reference count has been decreased to 0 (and consequently freed).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalReferenceCountException()
IllegalReferenceCountException(int refCnt)
IllegalReferenceCountException(int refCnt, int increment)
IllegalReferenceCountException(String message)
IllegalReferenceCountException(String message, Throwable cause)
IllegalReferenceCountException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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)
-
-