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