Class EventServiceException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CommunicationException, ResponseTimeoutException

    public class EventServiceException
    extends com.apama.util.CompoundException
    EventServiceException is a base exception class for all other specialized exceptions within with the Event Service.
    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

      • EventServiceException

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

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

        public EventServiceException​(java.lang.Throwable cause)