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

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

public class UnableToBuildFeatureException
extends Exception

Thrown when a feature (property, statistic, method or event) definition cannot be built due to schema parsing errors.

See Also:
Serialized Form

Constructor Summary
UnableToBuildFeatureException(Exception exception, String featureName)
          Builds a new UnableToBuildFeatureException with the specified cause.
UnableToBuildFeatureException(String message)
          Builds a new UnableToBuildFeatureException with the specified 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

UnableToBuildFeatureException

UnableToBuildFeatureException(Exception exception,
                              String featureName)
Builds a new UnableToBuildFeatureException with the specified cause.

Parameters:
exception - the exception cause.

UnableToBuildFeatureException

UnableToBuildFeatureException(String message)
Builds a new UnableToBuildFeatureException with the specified message.

Parameters:
message - the detail message.


Licensed to the Apache Software Foundation