Skip to content
Snippets Groups Projects
Commit e4c29852 authored by brinn's avatar brinn
Browse files

Add common.exceptions to non-masqueraded exceptions.

SVN: 26773
parent 9f6ae2fe
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ public final class ExceptionUtils
* Default packages (and subpackages) for not been masqueraded.
*/
private final static String[] ACCEPTED_PACKAGE_NAME_DEPENDENCIES =
{ "java.lang", "ch.systemsx.cisd.base" };
{ "java.lang", "ch.systemsx.cisd.base", "ch.systemsx.cisd.common.exceptions" };
ExceptionUtils()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment