diff options
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/java/JavaInitializationException.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/java/JavaInitializationException.idl b/udkapi/com/sun/star/java/JavaInitializationException.idl index bc77c704eb1f..05ae5fe905bb 100644 --- a/udkapi/com/sun/star/java/JavaInitializationException.idl +++ b/udkapi/com/sun/star/java/JavaInitializationException.idl @@ -2,9 +2,9 @@ * * $RCSfile: JavaInitializationException.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:35:36 $ + * last change: $Author: rt $ $Date: 2003-04-17 09:29:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,6 +81,8 @@ module com { module sun { module star { module java { <type scope:"com::sun::star::java">JavaNotConfiguredException</type> <br> <type scope:"com::sun::star::java">MissingJavaRuntimeException</type> <br> <type scope:"com::sun::star::java">JavaVMCreationFailureException</type> <br> + + @since #107627# */ exception JavaInitializationException: com::sun::star::uno::DeploymentException { |