Subversion Repositories bacoAlunos

Rev

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

package pt.estgp.estgweb.filters.exceptions;

import pt.utl.ist.berserk.logic.filterManager.exceptions.FilterException;

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