public class CannedQueryException extends AlfrescoRuntimeException
Constructor and Description |
---|
CannedQueryException(String msg) |
CannedQueryException(String msgId,
Object[] msgParams) |
CannedQueryException(String msgId,
Object[] msgParams,
Throwable cause) |
CannedQueryException(String msg,
Throwable cause) |
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CannedQueryException(String msg)
msg
- the messagepublic CannedQueryException(String msg, Throwable cause)
msg
- the messagecause
- the exception causepublic CannedQueryException(String msgId, Object[] msgParams)
msgId
- the message idmsgParams
- the message parametersCopyright © 2005–2020 Alfresco Software. All rights reserved.