Author: dimuthul
Date: Fri Jan 4 02:49:08 2008
New Revision: 11842
Log:
Adding UserManagerException a new method
Modified:
trunk/commons/usermanager/modules/core/src/main/java/org/wso2/usermanager/UserManagerException.java
Modified:
trunk/commons/usermanager/modules/core/src/main/java/org/wso2/usermanager/UserManagerException.java
==============================================================================
---
trunk/commons/usermanager/modules/core/src/main/java/org/wso2/usermanager/UserManagerException.java
(original)
+++
trunk/commons/usermanager/modules/core/src/main/java/org/wso2/usermanager/UserManagerException.java
Fri Jan 4 02:49:08 2008
@@ -33,8 +33,8 @@
this(key, (Object[]) null);
}
- public UserManagerException(String key, Object[] args, Messages mes) {
- super(mes.getMessage(key, args));
+ public UserManagerException(String key, boolean value) {
+ super(key);
}
public UserManagerException(String key, Object[] args, Throwable e) {
_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev