717273747576777879
} } @Test public void testGetTagName() throws Throwable { SMException jCEHandlerException = new JCEHandlerException("testSMExceptions"); String result = jCEHandlerException.getTagName(); assertEquals("result", "security-module-exception", result); }