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

com.flash3388.flashlib.communication.message.ReadException Maven / Gradle / Ivy

package com.flash3388.flashlib.communication.message;

public class ReadException extends Exception {

	public ReadException(String message) {
		super(message);
	}
	
	public ReadException(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy