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

de.schlichtherle.truezip.fs.inst.jul.NeverThrowable Maven / Gradle / Ivy

Go to download

This module provides a file system manager and an I/O pool service for managing and monitoring TrueZIP via JMX and java.util.logging. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

The newest version!
/*
 * Copyright (C) 2005-2015 Schlichtherle IT Services.
 * All rights reserved. Use is subject to license terms.
 */
package de.schlichtherle.truezip.fs.inst.jul;

/**
 * @author Christian Schlichtherle
 */
public final class NeverThrowable extends Throwable {
    private static final long serialVersionUID = 8475247249857263463L;

    public NeverThrowable() {
        super("Relax, this throwable has only been created to log its stack trace and is never thrown:");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy