public class RmicUncheckedIOException extends 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(IOException cause)
Constructs an instance of this class.
|
RmicUncheckedIOException(String message,
IOException cause)
Constructs an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
IOException |
getCause()
Returns the cause of this exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RmicUncheckedIOException(String message, IOException cause)
message - the detail message, can be nullcause - the IOExceptionNullPointerException - if the cause is nullpublic RmicUncheckedIOException(IOException cause)
cause - the IOExceptionNullPointerException - if the cause is nullpublic IOException getCause()
Copyright © 2018. All Rights Reserved.