All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.flash3388.flashlib.io.UnsupportedChannelException Maven / Gradle / Ivy

The newest version!
package com.flash3388.flashlib.io;

public class UnsupportedChannelException extends RuntimeException {

    public UnsupportedChannelException() {
        super();
    }

    public UnsupportedChannelException(String message) {
        super(message);
    }

    public UnsupportedChannelException(Throwable cause) {
        super(cause);
    }

    public UnsupportedChannelException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy