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, toString
public SlingIOException(IOException cause)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.