Package org.apache.sling.api
Class SlingIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.sling.api.SlingException
-
- org.apache.sling.api.SlingIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class SlingIOException extends SlingException
TheSlingIOException
is a runtime exception wrapper for the JavaIOException
. This exception is used to catch anIOException
and forward it as a runtime exception to be handled at the outermost level.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SlingIOException(java.io.IOException cause)
-