org.apache.qpid.management.wsdm.capabilities
Class BuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BuilderException
public BuilderException(Exception cause)
- Builds a new exception with the given cause.
- Parameters:
cause
- the exception cause.
Licensed to the Apache Software Foundation