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
public class ImportException
- extends org.apache.sling.api.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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ImportException
public ImportException(String text)
ImportException
public ImportException(Throwable cause)
ImportException
public ImportException(String text,
Throwable cause)
Copyright © 2009 Day Management AG. All Rights Reserved.