|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.hadoop.conf.ReconfigurationException
public class ReconfigurationException
Exception indicating that configuration property cannot be changed at run time.
Constructor Summary | |
---|---|
ReconfigurationException()
Create a new instance of ReconfigurationException . |
|
ReconfigurationException(String property,
String newVal,
String oldVal)
Create a new instance of ReconfigurationException . |
|
ReconfigurationException(String property,
String newVal,
String oldVal,
Throwable cause)
Create a new instance of ReconfigurationException . |
Method Summary | |
---|---|
String |
getNewValue()
Get value to which property was supposed to be changed. |
String |
getOldValue()
Get old value of property that cannot be changed. |
String |
getProperty()
Get property that cannot be changed. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 ReconfigurationException()
ReconfigurationException
.
public ReconfigurationException(String property, String newVal, String oldVal, Throwable cause)
ReconfigurationException
.
public ReconfigurationException(String property, String newVal, String oldVal)
ReconfigurationException
.
Method Detail |
---|
public String getProperty()
public String getNewValue()
public String getOldValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |