Class 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 Detail

      • parseException

        public static String parseException​(Throwable exception)
        Method to find the root cause of the exception.
        Parameters:
        exception - the exception.
        Returns:
        the root cause.