Top Description Fields Constructors
com.sun.nio.sctp

public Class IllegalReceiveException

extends IllegalStateException
Class Inheritance
Imports
java.io.Serial

Unchecked exception thrown when an attempt is made to invoke the receive method of SctpChannel or SctpMultiChannel from a notification handler.
Since
1.7

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
IllegalReceiveException()

Constructs an instance of this class.

public
IllegalReceiveException(String
The String that contains a detailed message
msg
)

Constructs an instance of this class with the specified message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.IllegalStateException.serialVersionUID.

Annotations
@Serial

Constructor Detail

IllegalReceiveExceptionback to summary
public IllegalReceiveException()

Constructs an instance of this class.

IllegalReceiveExceptionback to summary
public IllegalReceiveException(String msg)

Constructs an instance of this class with the specified message.

Parameters
msg:String

The String that contains a detailed message