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

org.kuali.ole.docstore.OleException Maven / Gradle / Ivy

package org.kuali.ole.docstore;

/**
 * Created by IntelliJ IDEA.
 * User: Pranitha
 * Date: 4/6/12
 * Time: 3:20 PM
 * To change this template use File | Settings | File Templates.
 */
public class OleException extends Exception {

    public OleException() {
        super();
    }

    public OleException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy