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

org.directwebremoting.extend.AccessDeniedException Maven / Gradle / Ivy

package org.directwebremoting.extend;

/**
 * TODO: Work out if this exception actually helps.
 * @author Joe Walker [joe at getahead dot ltd dot uk]
 */
public class AccessDeniedException extends SecurityException
{
    /**
     * Basic constructor - ensure all exceptions have messages
     * @param s The exception message
     */
    public AccessDeniedException(String s)
    {
        super(s);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy