Package alluxio.job

Class ErrorUtils


  • public class ErrorUtils
    extends java.lang.Object
    Utility for getting error information in job service.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getErrorType​(java.lang.Throwable t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getErrorType

        public static java.lang.String getErrorType​(java.lang.Throwable t)
        Parameters:
        t - exception that was thrown
        Returns:
        error type of the root cause