Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / JAVA / libjafs / Exceptions.h
1 #ifndef _Jafsadm_Exceptions
2 #define _Jafsadm_Exceptions
3
4 static char *afsExceptionName = "org/openafs/jafs/AFSException";
5 static char *afsFileExceptionName = "org/openafs/jafs/AFSFileException";
6 static char *afsSecurityExceptionName = "org/openafs/jafs/AFSSecurityException";
7
8 #endif
9
10
11
12