
5 changed files with 20 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||
|
package org.pEp.jniadapter; |
||||
|
|
||||
|
public class InitCannotLoadGPGME extends pEpException { } |
||||
|
|
@ -0,0 +1,4 @@ |
|||||
|
package org.pEp.jniadapter; |
||||
|
|
||||
|
public class InitCannotOpenDB extends pEpException { } |
||||
|
|
@ -0,0 +1,4 @@ |
|||||
|
package org.pEp.jniadapter; |
||||
|
|
||||
|
public class InitCannotOpenSystemDB extends pEpException { } |
||||
|
|
@ -0,0 +1,4 @@ |
|||||
|
package org.pEp.jniadapter; |
||||
|
|
||||
|
public class InitGPGMEInitFailed extends pEpException { } |
||||
|
|
@ -0,0 +1,4 @@ |
|||||
|
package org.pEp.jniadapter; |
||||
|
|
||||
|
public class InitSQLite3WithoutMutex extends pEpException { } |
||||
|
|
Loading…
Reference in new issue