Class Throwables
java.lang.Object
org.forgerock.openig.tools.notifications.ws.Throwables
Throwable utilities class.
-
Method Summary
-
Method Details
-
find
Return the top-most Throwable in the exception's chain that matches the given type.- Type Parameters:
T
- throwable type- Parameters:
throwable
- starting point of the searchtype
- looked up throwable type- Returns:
- the Optional throwable instance
-