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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVMVersionMismatchException.java29 public class VMVersionMismatchException extends RuntimeException { class in inherits:RuntimeException
30 public VMVersionMismatchException(String supported, String target) { method in class:VMVersionMismatchException
H A DVM.java234 throw new VMVersionMismatchException(saVersion, vmRelease);

Completed in 39 milliseconds