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, makeRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2017 Alfresco Software. All rights reserved.