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