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

Print this page

        

*** 35,44 **** --- 35,45 ---- * in the socket output buffer, or in the case of a {@link SctpMultiChannel} * the association failed to setup. * * @since 1.7 */ + @jdk.Supported public abstract class SendFailedNotification implements Notification { /** * Initializes a new instance of this class. */ protected SendFailedNotification() {}