public class WrappedIOException extends RuntimeException
IOException
runtime wrapper
Wrap an IOException
to a RuntimeException
Constructor and Description |
---|
WrappedIOException(IOException cause)
Constructor
|
Modifier and Type | Method and Description |
---|---|
IOException |
getCause()
Returns the wrapped
IOException |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrappedIOException(IOException cause)
cause
- IOException to wrappublic IOException getCause()
IOException
getCause
in class Throwable
IOException
Copyright © 2019 JBoss by Red Hat. All rights reserved.