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.ContributionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContributionReadException, ContributionResolveException, ContributionWriteException, UnsupportedContentTypeException, UnsupportedPackageTypeException

public class ContributionException
extends java.lang.Exception

Base class for exceptions raised by contribution services.

See Also:
Serialized Form

Constructor Summary
protected ContributionException()
           
protected ContributionException(java.lang.String message)
           
protected ContributionException(java.lang.String message, java.lang.Throwable cause)
           
  ContributionException(java.lang.Throwable 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

ContributionException

protected ContributionException()

ContributionException

protected ContributionException(java.lang.String message)

ContributionException

protected ContributionException(java.lang.String message,
                                java.lang.Throwable cause)

ContributionException

public ContributionException(java.lang.Throwable cause)