Top Description Fields Constructors
io.netty.util

public Class IllegalReferenceCountException

extends IllegalStateException
Class Inheritance

An IllegalStateException which is raised when a user attempts to access a ReferenceCounted whose reference count has been decreased to 0 (and consequently freed).

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
public
public
IllegalReferenceCountException(int refCnt, int increment)

public
public
public

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.IllegalStateException.serialVersionUID.

Constructor Detail

IllegalReferenceCountExceptionback to summary
public IllegalReferenceCountException()
IllegalReferenceCountExceptionback to summary
public IllegalReferenceCountException(int refCnt)
IllegalReferenceCountExceptionback to summary
public IllegalReferenceCountException(int refCnt, int increment)
IllegalReferenceCountExceptionback to summary
public IllegalReferenceCountException(String message)
IllegalReferenceCountExceptionback to summary
public IllegalReferenceCountException(String message, Throwable cause)
IllegalReferenceCountExceptionback to summary
public IllegalReferenceCountException(Throwable cause)