Subversion Repositories bacoAlunos

Rev

Rev 1945 | Blame | Compare with Previous | Last modification | View Log | RSS feed

package pt.estgp.estgweb.web.exceptions;

import javax.servlet.ServletException;

public class NotAuthorizedException extends ServletException
{
        public NotAuthorizedException()
        {
                super();
        }
        public NotAuthorizedException(1.5.0/docs/api/java/lang/String.html">String msg)
        {
                super(msg);
        }
}