public class YarnSystemException extends UncategorizedDataAccessException
| Constructor and Description |
|---|
YarnSystemException(java.io.IOException e)
Constructs YarnSystemException from
RemoteException. |
YarnSystemException(java.lang.String message,
java.lang.Exception e)
Constructs a general YarnSystemException.
|
YarnSystemException(YarnException e)
Constructs YarnSystemException from
YarnException. |
YarnSystemException(YarnRuntimeException e)
Constructs YarnSystemException from
YarnRuntimeException. |
contains, getMessage, getMostSpecificCause, getRootCausepublic YarnSystemException(YarnException e)
YarnException.e - the YarnExceptionpublic YarnSystemException(YarnRuntimeException e)
YarnRuntimeException.e - the YarnRuntimeExceptionpublic YarnSystemException(java.io.IOException e)
RemoteException.e - the RemoteExceptionpublic YarnSystemException(java.lang.String message,
java.lang.Exception e)
message - the messagee - the exception