Package com.day.cq.polling.importer
Class ImportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.sling.api.SlingException
-
- com.day.cq.polling.importer.ImportException
-
- All Implemented Interfaces:
java.io.Serializable
public class ImportException extends SlingException
TheImportException
class is the exception, which may be thrown by theImporter.importData(String, String, org.apache.sling.api.resource.Resource)
method in case of any data access, transfer or import problems.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportException(java.lang.String text)
ImportException(java.lang.String text, java.lang.Throwable cause)
ImportException(java.lang.Throwable cause)
-