Subversion Repositories general

Rev

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

Rev Author Line No. Line
936 dev 1
package ak.photoalbum.webapp;
2
 
3
public class LogicException
4
  extends Exception
5
{
6
  public LogicException(String message)
7
  {
8
    super(message);
9
  }
10
}