org.apache.qpid.management.domain.model
Class MissingFeatureAttributesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.management.domain.model.UnableToBuildFeatureException
              extended by org.apache.qpid.management.domain.model.MissingFeatureAttributesException
All Implemented Interfaces:
Serializable

public class MissingFeatureAttributesException
extends UnableToBuildFeatureException

See Also:
Serialized Form

Constructor Summary
MissingFeatureAttributesException(List<QpidFeatureBuilder.Attribute> missingAttributeList)
           
 
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

MissingFeatureAttributesException

public MissingFeatureAttributesException(List<QpidFeatureBuilder.Attribute> missingAttributeList)


Licensed to the Apache Software Foundation