Package com.apama.services.event
Class CommunicationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.apama.util.CompoundException
- 
- com.apama.services.event.EventServiceException
- 
- com.apama.services.event.CommunicationException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class CommunicationException extends EventServiceException CommunicationException is a specialized exception for use with the Event Service that indicates that there is a problem communicating with the Correlator.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CommunicationException(java.lang.String message)CommunicationException(java.lang.String message, java.lang.Throwable cause)CommunicationException(java.lang.Throwable cause)
 - 
Method Summary- 
Methods inherited from class com.apama.util.CompoundExceptiongetCause, getNestedException, getRootCause, hasNestedException
 
- 
 
-