Class ResourceManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SlotManagerException,UnfulfillableSlotRequestException,UnknownTaskExecutorException
public class ResourceManagerException
extends org.apache.flink.util.FlinkException
Base class for
ResourceManager exceptions.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceManagerException(String message) ResourceManagerException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceManagerException
-
ResourceManagerException
-
ResourceManagerException
-