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

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

public class UnsupportedPackageTypeException
extends ContributionException

Exception thrown to indicate that a Content-Type is not supported by this SCA Domain. The Content-Type value supplied will be returned as the message text for this exception.

See Also:
Serialized Form

Constructor Summary
UnsupportedPackageTypeException(java.lang.String message)
          Constructs a new UnsupportedPackageTypeException.
 
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

UnsupportedPackageTypeException

public UnsupportedPackageTypeException(java.lang.String message)
Constructs a new UnsupportedPackageTypeException.

Parameters:
message -