org.norther.tammi.core.rt.util
Class InvalidAttributeValuesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.management.JMException
              extended by javax.management.OperationsException
                  extended by javax.management.InvalidAttributeValueException
                      extended by 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

Constructor Summary
InvalidAttributeValuesException(String[] names)
          Constructs a new exception for named attributes.
InvalidAttributeValuesException(String[] names, Throwable cause)
          Constructs a new exception for named attributes with a cause.
 
Method Summary
 String[] getAttributeNames()
          Gets the attribute names.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getAttributeNames

public String[] getAttributeNames()
Gets the attribute names.

Returns:
an array of names.


Copyright © 2004 The Norther Organization. All rights reserved.