public class BaseEngineException extends XException
DagEngine
.Constructor and Description |
---|
BaseEngineException(ErrorCode errorCode,
Object... params)
Create an engine exception.
|
BaseEngineException(XException cause)
Create an engine exception from a XException.
|
getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BaseEngineException(XException cause)
cause
- the XException cause.public BaseEngineException(ErrorCode errorCode, Object... params)
errorCode
- error code.params
- parameters for the error code message template.Copyright © 2018 Apache Software Foundation. All rights reserved.