Class NoResourceAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.JobException
org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException
- All Implemented Interfaces:
Serializable
Indicates resource allocation failures.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoResourceAvailableException(String message) NoResourceAvailableException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static NoResourceAvailableExceptionwithoutStackTrace(String message) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString