diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:29:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:29:46 +0000 |
commit | 1031d546b10522c7f0c79f1f826a6291a152fa7e (patch) | |
tree | 56279553f64581376a55aeddf431f449b7279561 | |
parent | d3c1b032f9b59356fe29fd42ffd952030ac55954 (diff) |
INTEGRATION: CWS sdk01 (1.2.26); FILE MERGED
2003/04/07 09:02:57 mi 1.2.26.1: #107627# new idls marked with @since
-rw-r--r-- | udkapi/com/sun/star/java/JavaVMCreationFailureException.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/java/JavaVMCreationFailureException.idl b/udkapi/com/sun/star/java/JavaVMCreationFailureException.idl index 2741a984dd92..ac58ff29c386 100644 --- a/udkapi/com/sun/star/java/JavaVMCreationFailureException.idl +++ b/udkapi/com/sun/star/java/JavaVMCreationFailureException.idl @@ -3,9 +3,9 @@ * * $RCSfile: JavaVMCreationFailureException.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:35:37 $ + * last change: $Author: rt $ $Date: 2003-04-17 09:29:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,6 +78,8 @@ module com { module sun { module star { module java { return because it tries to quit the process ( _exit), the shared library is corrupted, so that the symbols for JNI_GetDefaultVMInitArgs or JNI_CreateJavaVM cannot be found, etc. + + @since #107627# */ exception JavaVMCreationFailureException: JavaInitializationException { |