Package com.eka.middleware.template
Class SnippetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.eka.middleware.template.SnippetException
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionSnippetException(DataPipeline dataPipeLine, String errMsg, Exception e) SnippetException(DataPipeline dataPipeLine, String errMsg, Exception e, Map<String, Object> meta, String code) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Field Details- 
loggerpublic static org.apache.logging.log4j.Logger logger
- 
propagatepublic boolean propagate
 
- 
- 
Constructor Details
- 
Method Details