AttributeNotFoundExceptionpublic class AttributeNotFoundException extends OperationsException The specified attribute does not exist or cannot be retrieved. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public AttributeNotFoundException()Default constructor.
super();
| public AttributeNotFoundException(String message)Constructor that allows a specific error message to be specified.
super(message);
|
|