org.norther.tammi.core.rt.util
Class InvalidAttributeValuesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.JMException
javax.management.OperationsException
javax.management.InvalidAttributeValueException
org.norther.tammi.core.rt.util.InvalidAttributeValuesException
- All Implemented Interfaces:
- Serializable
public class InvalidAttributeValuesException
- extends InvalidAttributeValueException
Thrown when values for attributes are not valid.
- Author:
- Ilkka Priha
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidAttributeValuesException
public InvalidAttributeValuesException(String[] names)
- Constructs a new exception for named attributes.
- Parameters:
names - the attribute names.
InvalidAttributeValuesException
public InvalidAttributeValuesException(String[] names,
Throwable cause)
- Constructs a new exception for named attributes with a cause.
- Parameters:
names - the attribute names.cause - the cause.
getAttributeNames
public String[] getAttributeNames()
- Gets the attribute names.
- Returns:
- an array of names.
Copyright © 2004 The Norther Organization. All rights reserved.