Class ClosedSessionException

All Implemented Interfaces:
Serializable

public final class ClosedSessionException
extends ClosedStreamException
A RuntimeException raised when the connection to the remote peer has been closed unexpectedly.
See Also:
Serialized Form
  • Constructor Details

    • ClosedSessionException

      public ClosedSessionException​(@Nullable String message)
      Creates a new instance with the specified message.
    • ClosedSessionException

      public ClosedSessionException​(@Nullable String message, @Nullable Throwable cause)
      Creates a new instance with the specified message and cause.
    • ClosedSessionException

      public ClosedSessionException​(@Nullable Throwable cause)
      Creates a new instance with the specified cause.
  • Method Details