com.day.cq.polling.importer
Class ImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.sling.api.SlingException
                  extended by 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

Constructor Summary
ImportException(String text)
           
ImportException(String text, Throwable cause)
           
ImportException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.