Class RmicUncheckedIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.rmic.tools.java.RmicUncheckedIOException
All Implemented Interfaces:
Serializable

public class RmicUncheckedIOException extends RuntimeException
Wraps an IOException with an unchecked exception. Copied from the JDK's UncheckedIOException, as it was only added in JDK 8. Once the orb switches to JDK8 as a minimum, this can be replaced with the JDK class.
See Also: