Subversion Repositories bacoAlunos

Rev

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

package pt.estgp.estgweb.services.authenticate;

import pt.estgp.estgweb.services.expceptions.ServiceException;

public class AuthenticateException extends ServiceException
{
    public static final 1.5.0/docs/api/java/lang/String.html">String ALREADY_AUTHENTICATED = "authenticate.already.authenticated";
    public static final 1.5.0/docs/api/java/lang/String.html">String FAIL_AUTHENTICATION = "fail.authenticate";
    public static final 1.5.0/docs/api/java/lang/String.html">String BLOCKED = "authenticate.blocked";

    public AuthenticateException()
        {
                super();
        }
   
    public AuthenticateException(1.5.0/docs/api/java/lang/String.html">String msg)
        {
                super(msg);
        }
}