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

com.bluecatcode.common.exceptions.VoidException Maven / Gradle / Ivy

The newest version!
package com.bluecatcode.common.exceptions;

public class VoidException extends RuntimeException {

    private static final long serialVersionUID = 0L;

    private VoidException() {
        throw new UnsupportedOperationException();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy