Class ProducerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- co.paralleluniverse.strands.channels.ProducerException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProducerException extends java.lang.RuntimeException
This exception is thrown by aReceivePort
'sreceive
ortryReceive
methods if the channel has beenclosed with an exception
. The exception passed toSendPort.close(Throwable)
is thecause
of this exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProducerException(java.lang.Throwable cause)
-