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

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
                  extended by org.apache.tuscany.sca.contribution.service.ContributionWireException
All Implemented Interfaces:
java.io.Serializable

public class ContributionWireException
extends ContributionException

Denotes a problem while wiring models inside an SCA contribution.

Version:
$Rev: 526268 $ $Date: 2007-04-06 13:13:26 -0700 (Fri, 06 Apr 2007) $
See Also:
Serialized Form

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

ContributionWireException

public ContributionWireException(java.lang.String message)

ContributionWireException

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

ContributionWireException

public ContributionWireException(java.lang.Throwable cause)