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