Class TaskMailbox.MailboxClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.apache.flink.streaming.runtime.tasks.mailbox.TaskMailbox.MailboxClosedException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- TaskMailbox
public static class TaskMailbox.MailboxClosedException extends IllegalStateException
Exception thrown whenTaskMailbox
is closed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MailboxClosedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MailboxClosedException
public MailboxClosedException(String message)
-
-