Package com.jalios.jcms.fileprocessor
Class ProcessingPostponedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.jalios.jcms.fileprocessor.ProcessingException
 - 
- com.jalios.jcms.fileprocessor.ProcessingPostponedException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class ProcessingPostponedException extends ProcessingException
Exception used in FileActionComponent exception happening during processing or indexing that must trigger a postponed re-processing.- Since:
 - jcms-9.0.2 JCMS-4502
 - Version:
 - $Revision: 82298 $
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREVISION 
- 
Constructor Summary
Constructors Constructor Description ProcessingPostponedException(java.lang.String message)ProcessingPostponedException(java.lang.Throwable cause) 
- 
Method Summary
- 
Methods inherited from class com.jalios.jcms.fileprocessor.ProcessingException
getProcessorBlackListedClass, isGlobalyBlacklisted, isIgnoreExceptionInLog, setGlobalBlacklist, setIgnoreExceptionInLog, setProcessorBlackListedClass 
 - 
 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
 - 
 
 -