src/share/classes/com/sun/nio/sctp/IllegalReceiveException.java

Print this page

        

*** 29,38 **** --- 29,39 ---- * {@code receive} method of {@link SctpChannel} or {@link SctpMultiChannel} * from a notification handler. * * @since 1.7 */ + @jdk.Supported public class IllegalReceiveException extends IllegalStateException { private static final long serialVersionUID = 2296619040988576224L; /** * Constructs an instance of this class.