Deprecated
This class will be removed in the future version.
Modifier and Type | Field and Description |
---|---|
private final StackTraceElement[] | |
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | |
public | |
public |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. o)Overrides java. |
public int |
cachedStackTrace | back to summary |
---|---|
private final StackTraceElement[] cachedStackTrace |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
ResourceLeakException | back to summary |
---|---|
public ResourceLeakException() |
ResourceLeakException | back to summary |
---|---|
public ResourceLeakException(String message) |
ResourceLeakException | back to summary |
---|---|
public ResourceLeakException(String message, Throwable cause) |
ResourceLeakException | back to summary |
---|---|
public ResourceLeakException(Throwable cause) |
equals | back to summary |
---|---|
public boolean equals(Object o) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|