Class 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
    • Method Summary

      • Methods inherited from class com.apama.util.CompoundException

        getCause, getNestedException, getRootCause, hasNestedException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CommunicationException

        public CommunicationException​(java.lang.String message)
      • CommunicationException

        public CommunicationException​(java.lang.String message,
                                      java.lang.Throwable cause)
      • CommunicationException

        public CommunicationException​(java.lang.Throwable cause)