Module jdk.sctp

Class InvalidStreamException

All Implemented Interfaces:
Serializable

public class InvalidStreamException extends IllegalArgumentException
Unchecked exception thrown when an attempt is made to send a message to an invalid stream.
Since:
1.7
See Also:
  • Constructor Details

    • InvalidStreamException

      public InvalidStreamException()
      Constructs an instance of this class.
    • InvalidStreamException

      public InvalidStreamException(String msg)
      Constructs an instance of this class with the specified detailed message.
      Parameters:
      msg - The String that contains a detailed message