- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toLevel (0.03 sec)
-
src/test/java/org/codelibs/fess/exception/SsoProcessExceptionTest.java
SsoProcessException topLevel = new SsoProcessException("SSO process failed", level1); // Verify the chain assertEquals("SSO process failed", topLevel.getMessage()); assertEquals(level1, topLevel.getCause()); assertEquals("Level 1: Authentication service error", topLevel.getCause().getMessage()); assertEquals(level2, topLevel.getCause().getCause());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.3K bytes - Viewed (0)