public class ReadOnlyAttributeException extends ConfigServiceException
nls
Constructor and Description |
---|
ReadOnlyAttributeException(java.lang.String attributeName) |
ReadOnlyAttributeException(java.lang.String[] attributePath)
constructor
|
ReadOnlyAttributeException(java.lang.String[] attributePath,
java.lang.Exception cause) |
ReadOnlyAttributeException(java.lang.String attributeName,
java.lang.Exception cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAttributePath() |
java.lang.String |
getMessage() |
getAdminException, printStackTrace, printStackTrace
public ReadOnlyAttributeException(java.lang.String[] attributePath)
attributePath
- - the path of the attribute in a nested attribute list.public ReadOnlyAttributeException(java.lang.String[] attributePath, java.lang.Exception cause)
public ReadOnlyAttributeException(java.lang.String attributeName)
public ReadOnlyAttributeException(java.lang.String attributeName, java.lang.Exception cause)