summaryrefslogtreecommitdiffstats
path: root/pki/base/osutil/src/com/netscape/osutil/unixdefs.h
blob: d5cae2afa73b1d726532652ec5f8a25964d90601 (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, const char *exception, const char *reason);