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