Package com.apama.services.event
Class ResponseTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.apama.util.CompoundException
-
- com.apama.services.event.EventServiceException
-
- com.apama.services.event.ResponseTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class ResponseTimeoutException extends EventServiceException
ResponseTimeoutException is a specialized exception for use with the Event Service that indicates that a request-response timeout has been exceeded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseTimeoutException(java.lang.String message)
ResponseTimeoutException(java.lang.String message, java.lang.Throwable cause)
ResponseTimeoutException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.apama.util.CompoundException
getCause, getNestedException, getRootCause, hasNestedException
-
-