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

net.sf.javaprinciples.resource.ResourceSecurityException Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package net.sf.javaprinciples.resource;

/**
 *
 * @author wslade
 *
 */
public class ResourceSecurityException extends ResourceException
{
    /**
     *
     */
    private static final long serialVersionUID = 1L;

    /**
     *
     * @param message The reason the security failed.
     */
    public ResourceSecurityException(String message)
    {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy