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