org.apache.qpid.management.wsdm.capabilities
Class ArtifactsNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ArtifactsNotAvailableException(WsArtifacts artifacts, Throwable cause, ObjectName objectName)
          Builds a new exception with the given arguments.
 
Method Summary
 String getMessage()
          Returns a message that indicates which artifacts were built.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

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.
Method Detail

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