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

com.rcll.llsf_exceptions.EncryptedStreamMessageException Maven / Gradle / Ivy

There is a newer version: 0.1.19.1
Show newest version
package com.rcll.llsf_exceptions;

public class EncryptedStreamMessageException extends RuntimeException {

	private static final long serialVersionUID = 7816889359131918077L;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy