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

/openjdk7/jdk/test/javax/management/ObjectInstance/
H A DMBeanInfoFailTest.java39 public static class UnspeakableException extends RuntimeException { class in class:MBeanInfoFailTest
40 public UnspeakableException(String unspeakableMessage) { method in class:MBeanInfoFailTest.UnspeakableException
64 throw new UnspeakableException("The Thorny Devil has awoken!");
145 if (x.getCause() instanceof UnspeakableException)

Completed in 21 milliseconds