Subversion Repositories general

Rev

Rev 962 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package ak.photoalbum.webapp;

public class LogicException
  extends Exception
{
  public LogicException(String message)
  {
    super(message);
  }
}