Class InsufficientCpuResourcesException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InsufficientCpuResourcesException
    extends java.lang.RuntimeException
    Indicates that server was unable to allocate sufficient CPU resources for requested operation. This exception may occur when you attempt to create ChannelPerformance.LATENCY_CRITICAL cursor 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InsufficientCpuResourcesException

        public InsufficientCpuResourcesException()