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

com.distelli.monitor.impl.ShuttingDownException Maven / Gradle / Ivy

There is a newer version: 10.0.4
Show newest version
package com.distelli.monitor.impl;

public class ShuttingDownException extends IllegalStateException {
    public ShuttingDownException() {
        super("JVM is shutting down");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy