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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.contribution.service.ContributionException
              extended by org.apache.tuscany.sca.contribution.service.ContributionResolveException
All Implemented Interfaces:
java.io.Serializable

public class ContributionResolveException
extends ContributionException

Denotes a problem while resolving models inside an SCA contribution.

See Also:
Serialized Form

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

ContributionResolveException

public ContributionResolveException(java.lang.String message)

ContributionResolveException

public ContributionResolveException(java.lang.String message,
                                    java.lang.Throwable cause)

ContributionResolveException

public ContributionResolveException(java.lang.Throwable cause)