Package com.apama.services.event
Class EventServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.apama.util.CompoundException
-
- com.apama.services.event.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
-
-
Constructor Summary
Constructors Constructor Description EventServiceException(java.lang.String message)
EventServiceException(java.lang.String message, java.lang.Throwable cause)
EventServiceException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.apama.util.CompoundException
getCause, getNestedException, getRootCause, hasNestedException
-
-