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

io.naraway.janitor.exception.EventHandlingException Maven / Gradle / Ivy

Go to download

Basic and shared domain model components used when developing drama on Nara Way.

The newest version!
package io.naraway.janitor.exception;

public class EventHandlingException extends RuntimeException {
    //
    public EventHandlingException(String message) {
        //
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy