Class WebAppException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.yarn.exceptions.YarnRuntimeException
org.apache.hadoop.yarn.webapp.WebAppException
All Implemented Interfaces:
Serializable

@LimitedPrivate({"YARN","MapReduce"}) public class WebAppException extends org.apache.hadoop.yarn.exceptions.YarnRuntimeException
See Also:
  • Constructor Details

    • WebAppException

      public WebAppException(String msg)
    • WebAppException

      public WebAppException(Throwable cause)
    • WebAppException

      public WebAppException(String msg, Throwable cause)
    • WebAppException

      public WebAppException(String msg, Throwable cause, WebApp webApp)
  • Method Details

    • getWebApp

      public WebApp getWebApp()