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

/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMethodResultTest.java75 ExoticException.class.getName()});
178 ExoticException.class);
180 ExoticException.class);
182 ExoticException.class);
263 public Exotic getExotic() throws ExoticException {
265 throw new ExoticException();
269 public void setExotic(Exotic x) throws ExoticException {
271 throw new ExoticException();
274 public Exotic anExotic() throws ExoticException {
276 throw new ExoticException();
302 public static class ExoticException extends Exception {} class in class:MethodResultTest
[all...]

Completed in 28 milliseconds