Class 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:
    Serialized Form
    • Constructor Detail

      • 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