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 Summary
ConstructorsConstructorDescriptionYarnRuntimeException(String message) YarnRuntimeException(String message, Throwable cause) YarnRuntimeException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
YarnRuntimeException
-
YarnRuntimeException
-
YarnRuntimeException
-