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

org.unitils.util.MissingKeysException Maven / Gradle / Ivy

package org.unitils.util;



/**
 * MissingKeyException: If one or more resourcebundles doesn't contain a key.
 * 
 * @author Willemijn Wouters
 * 
 * @since 3.4
 * 
 */
public class MissingKeysException extends Exception {
    
    public MissingKeysException(String message) {
        super(message);
    }

    /** */
    private static final long serialVersionUID = 7281526112203174186L;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy