AllocationLimitErrorpublic class AllocationLimitError extends VirtualMachineError Is thrown when an allocation limit is exceeded. |
Constructors Summary |
---|
public AllocationLimitError()Creates a new exception instance and initializes it with default values.
super();
| public AllocationLimitError(String detailMessage)Creates a new exception instance and initializes it with a given message.
super(detailMessage);
|
|