com.sun.management.oss
Class UnsupportedAttributeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.sun.management.oss.UnsupportedAttributeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedAttributeException
extends java.lang.RuntimeException

This exception is thrown for operations affecting unsupported attributes. It is unchecked.

See Also:
Serialized Form

Constructor Summary
UnsupportedAttributeException()
           
UnsupportedAttributeException(java.lang.String unsupportedAttributeName, java.lang.String message)
           
 
Method Summary
 java.lang.String getAttributeName()
          Return the unsupported attribute name that caused the exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedAttributeException

public UnsupportedAttributeException()

UnsupportedAttributeException

public UnsupportedAttributeException(java.lang.String unsupportedAttributeName,
                                     java.lang.String message)
Method Detail

getAttributeName

public java.lang.String getAttributeName()
Return the unsupported attribute name that caused the exception.