org.apache.qpid.management.wsdm.capabilities
Class ArtifactsNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.management.wsdm.capabilities.ArtifactsNotAvailableException
- All Implemented Interfaces:
- Serializable
public class ArtifactsNotAvailableException
- extends Exception
Thrown when the artifacts related to a specific resource cannot be built.
- See Also:
- Serialized Form
Method Summary |
String |
getMessage()
Returns a message that indicates which artifacts were built. |
ArtifactsNotAvailableException
public ArtifactsNotAvailableException(WsArtifacts artifacts,
Throwable cause,
ObjectName objectName)
- Builds a new exception with the given arguments.
- Parameters:
artifacts
- the artifacts built.cause
- the exception cause.objectName
- the object name of the corresponding JMX entity.
getMessage
public String getMessage()
- Returns a message that indicates which artifacts were built.
- Overrides:
getMessage
in class Throwable
- Returns:
- a message that indicates which artifacts were built.
Licensed to the Apache Software Foundation