public class SlingIOException extends SlingException
SlingIOException is a runtime exception wrapper for the
Java IOException. This exception is used to catch an
IOException and forward it as a runtime exception to be
handled at the outermost level.| Constructor and Description |
|---|
SlingIOException(IOException cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SlingIOException(IOException cause)
Copyright © 2015 The Apache Software Foundation. All rights reserved.