Class ImportPostProcessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sling.distribution.ImportPostProcessException
All Implemented Interfaces:
Serializable

public class ImportPostProcessException extends Exception
Exception thrown by the Import post processor implementations
See Also:
  • Constructor Details

    • ImportPostProcessException

      public ImportPostProcessException(String message)
    • ImportPostProcessException

      public ImportPostProcessException(String message, Throwable cause)
    • ImportPostProcessException

      public ImportPostProcessException(Throwable cause)