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:
Serializable
The
ImportException class is the exception, which may be thrown
by the
Importer.importData(String, String, org.apache.sling.api.resource.Resource)
method in case of any data access, transfer or import problems.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImportException(String text) ImportException(String text, Throwable cause) ImportException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImportException
-
ImportException
-
ImportException
-