Class ReceivePort.EOFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- co.paralleluniverse.strands.channels.ReceivePort.EOFException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- ReceivePort<Message>
public static class ReceivePort.EOFException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ReceivePort.EOFException
instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-
-
-
Field Detail
-
instance
public static ReceivePort.EOFException instance
-
-