IllegalStateException
which is raised when a user attempts to access a ReferenceCounted
whose
reference count has been decreased to 0 (and consequently freed).
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | |
public | |
public | |
public | |
public |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
IllegalReferenceCountException | back to summary |
---|---|
public IllegalReferenceCountException() |
IllegalReferenceCountException | back to summary |
---|---|
public IllegalReferenceCountException(int refCnt) |
IllegalReferenceCountException | back to summary |
---|---|
public IllegalReferenceCountException(int refCnt, int increment) |
IllegalReferenceCountException | back to summary |
---|---|
public IllegalReferenceCountException(String message) |
IllegalReferenceCountException | back to summary |
---|---|
public IllegalReferenceCountException(String message, Throwable cause) |
IllegalReferenceCountException | back to summary |
---|---|
public IllegalReferenceCountException(Throwable cause) |