Searched refs:NotPersistentException (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DClassEnhancer.java307 } catch (BytecodeEnhancer.NotPersistentException e) {
H A DBytecodeEnhancer.java74 * An ASM ClassVisitor that examines a class, throws NotPersistentException if
80 * <p>NotPersistentException is thrown to abort the transformation in order to
92 static class NotPersistentException extends RuntimeException {} class in class:BytecodeEnhancer
95 private static final NotPersistentException NOT_PERSISTENT =
96 new NotPersistentException();
1443 private NotPersistentException abort() {

Completed in 53 milliseconds