diff options
-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 { |