This project has retired. For details please refer to its
        
        Attic page.
      
 
BundleEngineException (Apache Oozie Core 3.3.0 API)
org.apache.oozie
Class BundleEngineException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.apache.oozie.XException
              
org.apache.oozie.BaseEngineException
                  
org.apache.oozie.BundleEngineException
- All Implemented Interfaces: 
 - Serializable
 
public class BundleEngineException
- extends BaseEngineException
 
Exception thrown by the BundleEngine.
- See Also:
 - Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
BundleEngineException
public BundleEngineException(XException cause)
- Create a bundle engine exception from a XException.
- Parameters:
 cause - the XException cause.
 
BundleEngineException
public BundleEngineException(ErrorCode errorCode,
                             Object... params)
- Create a bundle engine exception.
- Parameters:
 errorCode - error code.params - parameters for the error code message template.
 
Copyright © 2012 Apache Software Foundation. All Rights Reserved.