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 Details

    • QueryException

      public QueryException(String msg)
      Parameters:
      msg - the message
    • QueryException

      public QueryException(String msg, Throwable cause)
      Parameters:
      msg - the message
      cause - the exception cause
    • QueryException

      public QueryException(String msgId, Object[] msgParams)
      Constructor
      Parameters:
      msgId - the message id
      msgParams - the message parameters
    • QueryException

      public QueryException(String msgId, Object[] msgParams, Throwable cause)
      Constructor
      Parameters:
      msgId - the message id
      msgParams - the message parameters
      cause - the exception cause