java.io.Serializablepublic class ReconfigurationException
extends java.lang.Exception
| Constructor | Description |
|---|---|
ReconfigurationException() |
Create a new instance of
ReconfigurationException. |
ReconfigurationException(java.lang.String property,
java.lang.String newVal,
java.lang.String oldVal) |
Create a new instance of
ReconfigurationException. |
ReconfigurationException(java.lang.String property,
java.lang.String newVal,
java.lang.String oldVal,
java.lang.Throwable cause) |
Create a new instance of
ReconfigurationException. |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getNewValue() |
Get value to which property was supposed to be changed.
|
java.lang.String |
getOldValue() |
Get old value of property that cannot be changed.
|
java.lang.String |
getProperty() |
Get property that cannot be changed.
|
public ReconfigurationException()
ReconfigurationException.public ReconfigurationException(java.lang.String property,
java.lang.String newVal,
java.lang.String oldVal,
java.lang.Throwable cause)
ReconfigurationException.property - property name.newVal - new value.oldVal - old value.cause - original exception.public ReconfigurationException(java.lang.String property,
java.lang.String newVal,
java.lang.String oldVal)
ReconfigurationException.property - property name.newVal - new value.oldVal - old value.public java.lang.String getProperty()
public java.lang.String getNewValue()
public java.lang.String getOldValue()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.