summaryrefslogtreecommitdiffstats
path: root/pki/base/osutil/src/com/netscape/osutil/unixdefs.h
blob: 35e3e2bd761f08a746af14b2c32abb237f0b345f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* ====================================================== 
* Copyright (c) 1997 Netscape Communications Corporation 
* This file contains proprietary information of Netscape Communications. 
* Copying or reproduction without prior written approval is prohibited. 
* ====================================================== */ 

/* Handy shared values */

#define ILLARG "java/lang/IllegalArgumentException"
#define SECURITY "java/lang/SecurityException"
#define RUNTIME "java/lang/Runtime"

void unix_throw_exception(JNIEnv *env, char *exception, char *reason);