public class RmicUncheckedIOException
extends java.lang.RuntimeException
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.| Constructor and Description |
|---|
RmicUncheckedIOException(java.io.IOException cause)
Constructs an instance of this class.
|
RmicUncheckedIOException(java.lang.String message,
java.io.IOException cause)
Constructs an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.IOException |
getCause()
Returns the cause of this exception.
|
public RmicUncheckedIOException(java.lang.String message,
java.io.IOException cause)
message - the detail message, can be nullcause - the IOExceptionjava.lang.NullPointerException - if the cause is nullpublic RmicUncheckedIOException(java.io.IOException cause)
cause - the IOExceptionjava.lang.NullPointerException - if the cause is nullCopyright © 2017. All Rights Reserved.