Class SlotManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
-
- org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerException
-
- All Implemented Interfaces:
Serializable
public class SlotManagerException extends ResourceManagerException
Base class for exceptions thrown by theSlotManager
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SlotManagerException(String message)
SlotManagerException(String message, Throwable cause)
SlotManagerException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-