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.RuntimeExceptionThis exception is thrown by aReceivePort'sreceiveortryReceivemethods if the channel has beenclosed with an exception. The exception passed toSendPort.close(Throwable)is thecauseof this exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProducerException(java.lang.Throwable cause)
-