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)
public long getMemoryNeededInKb()
public int getMemoryLimitInKb()
Copyright © 2020 The Apache Software Foundation. All rights reserved.