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 AlfrescoRuntimeException
Exception generated by failures to execute canned queries.- Since:
- 3.5
- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryException(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, makeRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
QueryException
public QueryException(String msg)
- Parameters:
msg- the message
-
QueryException
public QueryException(String msg, Throwable cause)
- Parameters:
msg- the messagecause- the exception cause
-
QueryException
public QueryException(String msgId, Object[] msgParams)
Constructor- Parameters:
msgId- the message idmsgParams- the message parameters
-
-