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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.management.wsdm.capabilities.BuilderException
All Implemented Interfaces:
Serializable

public class BuilderException
extends Exception

Thrown when a WSRF artifact (either WSDL or capability) cannot be built.

See Also:
Serialized Form

Constructor Summary
BuilderException(Exception cause)
          Builds a new exception with the given cause.
 
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

BuilderException

public BuilderException(Exception cause)
Builds a new exception with the given cause.

Parameters:
cause - the exception cause.


Licensed to the Apache Software Foundation