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

/openjdk7/jdk/test/javax/management/remote/mandatory/serverError/
H A DJMXServerErrorTest.java59 public static class KaefferError extends Error { class in class:JMXServerErrorTest
60 public KaefferError(String message, Throwable cause) { method in class:JMXServerErrorTest.KaefferError
91 throw new KaefferError("Try to catch this!",null);
153 if (!(jsee.getCause() instanceof KaefferError)) {
157 KaefferError.class.getName()+
171 if (!(jsee.getCause() instanceof KaefferError)) {
175 KaefferError.class.getName()+

Completed in 30 milliseconds