org.apache.tuscany.sca.contribution.service
Class ContributionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.contribution.service.AbstractContributionException
              extended by org.apache.tuscany.sca.contribution.service.ContributionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContributionMetadataLoaderException, ContributionReadException, ContributionResolveException, ContributionWireException, ContributionWriteException, UnsupportedContentTypeException

public class ContributionException
extends AbstractContributionException

Base class for exceptions raised by contribution services.

Version:
$Rev: 519710 $ $Date: 2007-03-18 15:19:16 -0700 (Sun, 18 Mar 2007) $
See Also:
Serialized Form

Constructor Summary
ContributionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.sca.contribution.service.AbstractContributionException
appendBaseMessage, getIdentifier
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContributionException

public ContributionException(java.lang.Throwable cause)