public class AttributeNotFoundException extends OperationsException
| Constructor and Description |
|---|
AttributeNotFoundException()
Constructs a new
AttributeNotFoundException. |
AttributeNotFoundException(java.lang.String message)
Constructs a new
AttributeNotFoundException
with the specified message. |
public AttributeNotFoundException()
AttributeNotFoundException.public AttributeNotFoundException(java.lang.String message)
AttributeNotFoundException
with the specified message.message - the error message to give to the user.