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

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.ContributionWriteException
All Implemented Interfaces:
java.io.Serializable

public class ContributionWriteException
extends ContributionException

Denotes an exception while writing artifacts 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
ContributionWriteException(java.lang.String message)
           
ContributionWriteException(java.lang.String message, java.lang.Throwable cause)
           
ContributionWriteException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getResourceURI()
          Returns the location of the resource that was being written.
 void setResourceURI(java.lang.String resourceURI)
          Sets the location of the resource that was being written.
 
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

ContributionWriteException

public ContributionWriteException(java.lang.String message)

ContributionWriteException

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

ContributionWriteException

public ContributionWriteException(java.lang.Throwable cause)
Method Detail

getResourceURI

public java.lang.String getResourceURI()
Returns the location of the resource that was being written.

Returns:
the location of the resource that was being written

setResourceURI

public void setResourceURI(java.lang.String resourceURI)
Sets the location of the resource that was being written.

Parameters:
resourceURI - the location of the resource that was being written