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
public class CannedQueryException extends AlfrescoRuntimeException
Exception generated by failures to execute canned queries.- Since:
- 4.0
- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannedQueryException(String msg)
CannedQueryException(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 Detail
-
CannedQueryException
public CannedQueryException(String msg)
- Parameters:
msg
- the message
-
CannedQueryException
public CannedQueryException(String msg, Throwable cause)
- Parameters:
msg
- the messagecause
- the exception cause
-
CannedQueryException
public CannedQueryException(String msgId, Object[] msgParams)
- Parameters:
msgId
- the message idmsgParams
- the message parameters
-
-