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

org.codehaus.plexus.security.exception.UnauthorizedException Maven / Gradle / Ivy

There is a newer version: 1.0-alpha-3
Show newest version
package org.codehaus.plexus.security.exception;

/**
 * The exception thrown if an entity is unauthorized to access a resource.
 * 
 * @author Dan Diephouse
 * @since Mar 1, 2003
 */
public class UnauthorizedException extends Exception
{

    /**
     * @param message
     */
    public UnauthorizedException(String message)
    {
        super( message );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy