org.ow2.jasmine.probe.collectors.jmx.internal
Class FragmentNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jasmine.probe.JasmineProbeException
              extended by org.ow2.jasmine.probe.collectors.jmx.internal.FragmentNameException
All Implemented Interfaces:
Serializable

public class FragmentNameException
extends JasmineProbeException

Exceptions related to the naming policy of the attribute fragments. Attribute fragments are elements of complex attributes. Sometimes, users need to poll such attribute elements, for example an item in a Map, and don't need the entire attribute value. A naming policy is necessary to define the attributes elements to be polled by a JMX indicator. Also, when a JMX indicator specifies an attribute (or an attribute fragment) whose value has a complex type, the value must be decomposed in simple elements (elementary fragments). The naming policy is used to identify the fragments returned by a probe polling this indicator.

Author:
danesa
See Also:
Serialized Form

Constructor Summary
FragmentNameException(String message)
           
 
Method Summary
 
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

FragmentNameException

public FragmentNameException(String message)


Copyright © 2012 OW2 Consortium. All Rights Reserved.