Package org.alfresco.query
Class CannedQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.query.CannedQueryException
- All Implemented Interfaces:
Serializable
Exception generated by failures to execute canned queries.
- Since:
- 4.0
- Author:
- Derek Hulley
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannedQueryException
(String msgId, Object[] msgParams) CannedQueryException
(String msgId, Object[] msgParams, Throwable cause) CannedQueryException
(String msg, Throwable cause) -
Method Summary
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannedQueryException
- Parameters:
msg
- the message
-
CannedQueryException
- Parameters:
msg
- the messagecause
- the exception cause
-
CannedQueryException
- Parameters:
msgId
- the message idmsgParams
- the message parameters
-
CannedQueryException
- Parameters:
msgId
- the message idmsgParams
- the message parameterscause
- the exception cause
-