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.ExceptionBase class for all exceptions thrown byEventSource.- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStreamException(java.lang.Exception cause)Base class constructor.protectedStreamException(java.lang.String message)Base class constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-