public class MemoryLimitException extends IOException
| Constructor and Description |
|---|
MemoryLimitException(long memoryNeededInKb,
int memoryLimitInKb) |
MemoryLimitException(long memoryNeededInKb,
int memoryLimitInKb,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMemoryLimitInKb() |
long |
getMemoryNeededInKb() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MemoryLimitException(long memoryNeededInKb,
int memoryLimitInKb)
public MemoryLimitException(long memoryNeededInKb,
int memoryLimitInKb,
Exception e)
Copyright © 2002–2025. All rights reserved.