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