From 8751ca0a45b9343f37161c9f762fb4c485944a5f Mon Sep 17 00:00:00 2001 From: beckerdo Date: Sun, 1 Feb 2009 20:45:55 +0000 Subject: TUSCANY-2485 Add JavaDocs for Tuscany 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739833 13f79535-47bb-0310-9956-ffa450edef68 --- .../service/UnsupportedContentTypeException.html | 253 +++++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/service/UnsupportedContentTypeException.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/service/UnsupportedContentTypeException.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/service/UnsupportedContentTypeException.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/service/UnsupportedContentTypeException.html new file mode 100644 index 0000000000..cdbc2213ae --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/service/UnsupportedContentTypeException.html @@ -0,0 +1,253 @@ + + + + + + +UnsupportedContentTypeException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.contribution.service +
+Class UnsupportedContentTypeException

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

+

+
@Deprecated
+public class UnsupportedContentTypeException
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. + + FIXME Don't use as it's deprecated and replaced by UnsupportedPackageTypeException. +

+ +

+

+
See Also:
Serialized Form
+
+ +

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

+UnsupportedContentTypeException

+
+public UnsupportedContentTypeException(java.lang.String message)
+
+
Deprecated. 
Constructs a new UnsupportedContentTypeException. +

+

+
Parameters:
message -
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3