Package es.urjc.etsii.grafo.exception
Class ResourceLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.urjc.etsii.grafo.exception.ResourceLimitException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceLimitException
Initialize the exception- Parameters:
message
- Explanation
-