org.apache.qpid.management.domain.model
Class UnableToBuildFeatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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