Class ImportException

All Implemented Interfaces:
Serializable

public class ImportException extends SlingException
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 Details

    • ImportException

      public ImportException(String text)
    • ImportException

      public ImportException(Throwable cause)
    • ImportException

      public ImportException(String text, Throwable cause)