Commit 608b95a5 by Tuomas Riihimäki

Added commons-codec.jar and EjbPermissionDeniedException

1 parent ffafba9b
#Sat Jun 12 05:11:41 EEST 2010
XDOCLETBUILDERACTIVE=true
XDOCLETHOME=
XDOCLETUSEGLOBAL=true
XDOCLETVERSION=1.2.1
eclipse.preferences.version=1
#Sat Jun 12 05:43:02 EEST 2010
eclipse.preferences.version=1
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
#Sat Jun 12 05:20:18 EEST 2010
eclipse.preferences.version=1
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
package fi.insomnia.bortal.exceptions;
import fi.insomnia.bortal.beans.SecurityBeanLocal;
import fi.insomnia.bortal.model.User;
public class EjbPermissionDeniedException extends Exception{
public EjbPermissionDeniedException(SecurityBeanLocal bean, User user, String message) {
super(message);
bean.logPermissionDenied(user, this);
}
/**
*
*/
private static final long serialVersionUID = -5845504817243929548L;
}
#Sat Jun 12 05:34:27 EEST 2010
XDOCLETBUILDERACTIVE=true
XDOCLETHOME=
XDOCLETUSEGLOBAL=true
XDOCLETVERSION=1.2.1
eclipse.preferences.version=1
#Sat Jun 12 05:34:28 EEST 2010
eclipse.preferences.version=1
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!