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
public class NoResourceAvailableException extends JobException
Indicates resource allocation failures.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoResourceAvailableException()
NoResourceAvailableException(String message)
NoResourceAvailableException(String message, Throwable cause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
static NoResourceAvailableException
withoutStackTrace(String message)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-