public class YarnSystemException
extends org.springframework.dao.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(java.lang.String message,
java.lang.Throwable cause)
Constructs a general YarnSystemException.
|
YarnSystemException(org.apache.hadoop.yarn.exceptions.YarnException e)
Constructs YarnSystemException from
YarnException . |
YarnSystemException(org.apache.hadoop.yarn.exceptions.YarnRuntimeException e)
Constructs YarnSystemException from
YarnRuntimeException . |
contains, getMessage, getMostSpecificCause, getRootCause
public YarnSystemException(org.apache.hadoop.yarn.exceptions.YarnException e)
YarnException
.e
- the YarnException
public YarnSystemException(org.apache.hadoop.yarn.exceptions.YarnRuntimeException e)
YarnRuntimeException
.e
- the YarnRuntimeException
public YarnSystemException(java.io.IOException e)
RemoteException
.e
- the RemoteException
public YarnSystemException(java.lang.String message, java.lang.Exception e)
message
- the messagee
- the exceptionpublic YarnSystemException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the throwable cause