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 forResourceManager
exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceManagerException(String message)
ResourceManagerException(String message, Throwable cause)
ResourceManagerException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-