public class ReconfigurationException extends Exception
| 构造器和说明 |
|---|
ReconfigurationException(String reason,
String property,
String newValue,
String oldValue)
The same as new ReconfigurationException(reason, property, newValue, oldValue, null).
|
ReconfigurationException(String reason,
String property,
String newValue,
String oldValue,
Throwable cause)
Create a new instance of
ReconfigurationException. |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getNewValue() |
String |
getOldValue() |
String |
getProperty() |
public ReconfigurationException(String reason, String property, String newValue, String oldValue, Throwable cause)
ReconfigurationException.property - the property name.newValue - the new value.oldValue - the old value.cause - the cause of this exception.Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.