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