public class YarnSystemException
extends org.springframework.dao.UncategorizedDataAccessException| コンストラクターと説明 |
|---|
YarnSystemException(java.io.IOException e)RemoteException から YarnSystemException を構築します。 |
YarnSystemException(java.lang.String message, java.lang.Exception e) 一般的な YarnSystemException を構築します。 |
YarnSystemException(java.lang.String message, java.lang.Throwable cause) 一般的な YarnSystemException を構築します。 |
YarnSystemException(org.apache.hadoop.yarn.exceptions.YarnException e)YarnException から YarnSystemException を構築します。 |
YarnSystemException(org.apache.hadoop.yarn.exceptions.YarnRuntimeException e)YarnRuntimeException から YarnSystemException を構築します。 |
contains, getMessage, getMostSpecificCause, getRootCausepublic YarnSystemException(org.apache.hadoop.yarn.exceptions.YarnException e)
YarnException から YarnSystemException を構築します。e - YarnExceptionpublic YarnSystemException(org.apache.hadoop.yarn.exceptions.YarnRuntimeException e)
YarnRuntimeException から YarnSystemException を構築します。e - YarnRuntimeExceptionpublic YarnSystemException(java.io.IOException e)
RemoteException から YarnSystemException を構築します。e - RemoteExceptionpublic YarnSystemException(java.lang.String message,
java.lang.Exception e)message - メッセージ e - 例外 public YarnSystemException(java.lang.String message,
java.lang.Throwable cause)message - メッセージ cause - スロー可能な原因