Searched defs:InternalException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DInternalException.java35 public class InternalException extends RuntimeException { class in inherits:RuntimeException
38 public InternalException() { method in class:InternalException
43 public InternalException(String s) { method in class:InternalException
48 public InternalException(int errorCode) { method in class:InternalException
53 public InternalException(String s, int errorCode) { method in class:InternalException

Completed in 29 milliseconds