public class NotEnoughtMemoryException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
NotEnoughtMemoryException(int availableMemory,
int needMemory) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailableMemory() |
int |
getNeedMemory() |