Package de.esoco.coroutine
Class ChannelClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.util.concurrent.CompletionException
-
- de.esoco.coroutine.CoroutineException
-
- de.esoco.coroutine.ChannelClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ChannelClosedException extends CoroutineException
A coroutine exception that is thrown if a closed channel is accessed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelClosedException(ChannelId<?> id)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelId<?>getChannelId()Returns the channel id.
-