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:
java.io.Serializable
public class WlmOutOfMemoryException extends WlmException
Thrown when no enough memory to load the model.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WlmOutOfMemoryException(java.lang.String message)Constructs aWlmOutOfMemoryExceptionwith the specified detail message.
-
-
-
Constructor Detail
-
WlmOutOfMemoryException
public WlmOutOfMemoryException(java.lang.String message)
Constructs aWlmOutOfMemoryExceptionwith the specified detail message.- Parameters:
message- the detail message
-
-