Package org.apache.sling.distribution
Class ImportPostProcessException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.apache.sling.distribution.ImportPostProcessException
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class ImportPostProcessException extends java.lang.ExceptionException thrown by the Import post processor implementations- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ImportPostProcessException(java.lang.String message)ImportPostProcessException(java.lang.String message, java.lang.Throwable cause)ImportPostProcessException(java.lang.Throwable cause) 
 - 
 
- 
- 
Constructor Detail
- 
ImportPostProcessException
public ImportPostProcessException(java.lang.String message)
 
- 
ImportPostProcessException
public ImportPostProcessException(java.lang.String message, java.lang.Throwable cause) 
- 
ImportPostProcessException
public ImportPostProcessException(java.lang.Throwable cause)
 
 - 
 
 -