|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.UncategorizedDataAccessException
org.springframework.yarn.YarnSystemException
public class YarnSystemException
General exception indicating a problem in components interacting with yarn. Main point of wrapping native yarn exceptions inside this is to have common Spring dao exception hierarchy.
| Constructor Summary | |
|---|---|
YarnSystemException(java.io.IOException e)
Constructs YarnSystemException from RemoteException. |
|
YarnSystemException(java.lang.String message,
java.lang.Exception e)
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. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public YarnSystemException(org.apache.hadoop.yarn.exceptions.YarnException e)
YarnException.
e - the YarnExceptionpublic YarnSystemException(org.apache.hadoop.yarn.exceptions.YarnRuntimeException e)
YarnRuntimeException.
e - the YarnRuntimeExceptionpublic YarnSystemException(java.io.IOException e)
RemoteException.
e - the RemoteException
public YarnSystemException(java.lang.String message,
java.lang.Exception e)
message - the messagee - the exception
|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||