jdk/src/jdk.sctp/share/classes/com/sun/nio/sctp/SendFailedNotification.java
changeset 34894 3248b89d1921
parent 25859 3317bb8137f4
equal deleted inserted replaced
34893:71fe40b51c50 34894:3248b89d1921
    35  * in the socket output buffer, or in the case of a {@link SctpMultiChannel}
    35  * in the socket output buffer, or in the case of a {@link SctpMultiChannel}
    36  * the association failed to setup.
    36  * the association failed to setup.
    37  *
    37  *
    38  * @since 1.7
    38  * @since 1.7
    39  */
    39  */
    40 @jdk.Exported
       
    41 public abstract class SendFailedNotification implements Notification {
    40 public abstract class SendFailedNotification implements Notification {
    42     /**
    41     /**
    43      * Initializes a new instance of this class.
    42      * Initializes a new instance of this class.
    44      */
    43      */
    45     protected SendFailedNotification() {}
    44     protected SendFailedNotification() {}