org.apache.oozie
Class BaseEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.oozie.XException
org.apache.oozie.BaseEngineException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BundleEngineException, CoordinatorEngineException, DagEngineException
public class BaseEngineException
- extends XException
Exception thrown by the DagEngine
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BaseEngineException
public BaseEngineException(XException cause)
- Create an engine exception from a XException.
- Parameters:
cause
- the XException cause.
BaseEngineException
public BaseEngineException(ErrorCode errorCode,
Object... params)
- Create an engine exception.
- Parameters:
errorCode
- error code.params
- parameters for the error code message template.
Copyright © 2013 Apache Software Foundation. All Rights Reserved.