Package ai.djl.serving.wlm.util
Class WlmOutOfMemoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.djl.serving.wlm.util.WlmException
ai.djl.serving.wlm.util.WlmOutOfMemoryException
- All Implemented Interfaces:
Serializable
Thrown when no enough memory to load the model.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWlmOutOfMemoryException(String message) Constructs aWlmOutOfMemoryExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WlmOutOfMemoryException
Constructs aWlmOutOfMemoryExceptionwith the specified detail message.- Parameters:
message- the detail message
-