org.apache.oozie
Class CoordinatorEngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oozie.XException
              extended by org.apache.oozie.BaseEngineException
                  extended by org.apache.oozie.CoordinatorEngineException
All Implemented Interfaces:
Serializable

public class CoordinatorEngineException
extends BaseEngineException

Exception thrown by the CoordinatorEngine.

See Also:
Serialized Form

Constructor Summary
CoordinatorEngineException(ErrorCode errorCode, Object... params)
          Create a coordinator engine exception.
CoordinatorEngineException(XException cause)
          Create a coordinator engine exception from a XException.
 
Method Summary
 
Methods inherited from class org.apache.oozie.XException
getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoordinatorEngineException

public CoordinatorEngineException(XException cause)
Create a coordinator engine exception from a XException.

Parameters:
cause - the XException cause.

CoordinatorEngineException

public CoordinatorEngineException(ErrorCode errorCode,
                                  Object... params)
Create a coordinator engine exception.

Parameters:
errorCode - error code.
params - parameters for the error code message template.


Copyright © 2012 Apache Software Foundation. All Rights Reserved.