All errors that occur while processing a request are handled by throwing a XException. Because nearly all methods possibly throw a XException, only a few points (eg. the receivers) have to catch and handle it.
Base exception for all Oozie exception. It requires error codes an captures the Log info at exception time. Error codes should be modeled in subclasses as Enums.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.