Class ExceptionUtils
- java.lang.Object
-
- io.mosip.kernel.vidgenerator.utils.ExceptionUtils
-
public final class ExceptionUtils extends Object
This class is used to get the Exception related functionalities.- Since:
- 1.0.0
- Author:
- Urvil Joshi, Sagar Mahapatra, Ritesh Sinha
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringparseException(Throwable exception)Method to find the root cause of the exception.
-