Class InsufficientResourcesException

  • All Implemented Interfaces:
    Serializable

    public class InsufficientResourcesException
    extends Exception
    Thrown by the Database Query resource adaptor when there are insufficient resources (worker threads, connections) to process a request.
    Author:
    OpenCloud
    See Also:
    Serialized Form
    • Constructor Detail

      • InsufficientResourcesException

        public InsufficientResourcesException​(String message)
      • InsufficientResourcesException

        public InsufficientResourcesException​(String message,
                                              Throwable cause)