Class ResourceLimitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.urjc.etsii.grafo.exception.ResourceLimitException
All Implemented Interfaces:
Serializable

public class ResourceLimitException extends RuntimeException
Thrown when the maximum allocated resources are consumed, or when even if they are not consumed, it is estimated with high confidence that we cannot complete the operation.
See Also:
  • Constructor Details

    • ResourceLimitException

      public ResourceLimitException(String message)
      Initialize the exception
      Parameters:
      message - Explanation