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

cz.datalite.zk.liferay.jpa.LiferayOperationDenied Maven / Gradle / Ivy

The newest version!
/**
 * Copyright 26.2.11 (c) DataLite, spol. s r.o. All rights reserved.
 * Web: http://www.datalite.cz    Mail: [email protected]
 */
package cz.datalite.zk.liferay.jpa;

public class LiferayOperationDenied extends Error {

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

    public LiferayOperationDenied(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy