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

com.samskivert.servlet.user.InvalidUsernameException Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
//
// samskivert library - useful routines for java programs
// Copyright (C) 2001-2012 Michael Bayne, et al.
// http://github.com/samskivert/samskivert/blob/master/COPYING

package com.samskivert.servlet.user;

/**
 * Thrown during user account creation if an invalid username is supplied.
 */
public class InvalidUsernameException extends Exception
{
    public InvalidUsernameException (String message)
    {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy