public class NodeCapacityExceededException extends LicenseException
The size of the input data exceeds the capacity permitted by the associated license. This exception will report the size required and the licensed capacity.
Modifier and Type | Method and Description |
---|---|
int |
getLicensedCapacity()
Reports the capacity allowed for each of the inputs according to the license.
|
int |
getRequiredCapacity()
Reports the capacity (in nodes) needed to load one of the inputs.
|
String |
getSystemId()
Reports the systemId corresponding to the input which exceeded the capacity.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public int getLicensedCapacity()
public int getRequiredCapacity()
public String getSystemId()
Copyright © 2023 Deltaman Group Ltd. All Rights Reserved.