public class YarnSystemException extends UncategorizedDataAccessException
| Constructor and Description |
|---|
YarnSystemException(IOException e)
Constructs YarnSystemException from
RemoteException. |
YarnSystemException(String message,
Exception e)
Constructs a general YarnSystemException.
|
YarnSystemException(YarnException e)
Constructs YarnSystemException from
YarnException. |
YarnSystemException(YarnRuntimeException e)
Constructs YarnSystemException from
YarnRuntimeException. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic YarnSystemException(YarnException e)
YarnException.e - the YarnExceptionpublic YarnSystemException(YarnRuntimeException e)
YarnRuntimeException.e - the YarnRuntimeExceptionpublic YarnSystemException(IOException e)
RemoteException.e - the RemoteException