org.apache.oozie.store
Class StoreException

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

public class StoreException
extends XException

Exception thrown by the WorkflowStore

See Also:
Serialized Form

Constructor Summary
StoreException(ErrorCode errorCode, Object... params)
          Create a store exception.
StoreException(XException cause)
          Create an store 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

StoreException

public StoreException(XException cause)
Create an store exception from a XException.

Parameters:
cause - the XException cause.

StoreException

public StoreException(ErrorCode errorCode,
                      Object... params)
Create a store exception.

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


Copyright © 2013 Apache Software Foundation. All Rights Reserved.