Class YarnRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.yarn.exceptions.YarnRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourceNotFoundException, SchedulerInvalidResourceRequestException

@LimitedPrivate({"MapReduce","YARN"}) @Unstable public class YarnRuntimeException extends RuntimeException
Base YARN Exception. NOTE: All derivatives of this exception, which may be thrown by a remote service, must include a String only constructor for the exception to be unwrapped on the client.
See Also:
  • Constructor Details

    • YarnRuntimeException

      public YarnRuntimeException(Throwable cause)
    • YarnRuntimeException

      public YarnRuntimeException(String message)
    • YarnRuntimeException

      public YarnRuntimeException(String message, Throwable cause)