Package com.launchdarkly.eventsource
Class StreamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.launchdarkly.eventsource.StreamException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
StreamClosedByCallerException
,StreamClosedByServerException
,StreamHttpErrorException
,StreamIOException
public class StreamException extends java.lang.Exception
Base class for all exceptions thrown byEventSource
.- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StreamException(java.lang.Exception cause)
Base class constructor.protected
StreamException(java.lang.String message)
Base class constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-