Class StreamIOException

All Implemented Interfaces:
Serializable

public final class StreamIOException extends StreamException
An exception indicating that a connection could not be made, or that an existing connection failed with a network error.

See StreamException for more about EventSource's exception behavior.

Since:
4.0.0
See Also:
  • Constructor Details

    • StreamIOException

      public StreamIOException(IOException cause)
      Constructs an instance.
      Parameters:
      cause - the underlying error
  • Method Details