Package deltix.qsrv.hf.tickdb.pub
Class InsufficientCpuResourcesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- deltix.qsrv.hf.tickdb.pub.InsufficientCpuResourcesException
-
- All Implemented Interfaces:
java.io.Serializable
public class InsufficientCpuResourcesException extends java.lang.RuntimeExceptionIndicates that server was unable to allocate sufficient CPU resources for requested operation. This exception may occur when you attempt to createChannelPerformance.LATENCY_CRITICALcursor or loader and server does not have sufficient resources for that.In case of this exception you may try to repeat the operation. However this operation is expected to succeed only if some resources were freed up by closing other LATENCY_CRITICAL cursor or loader.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsufficientCpuResourcesException()
-