Class CannedQueryException

  • All Implemented Interfaces:
    java.io.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 Detail

      • CannedQueryException

        public CannedQueryException​(java.lang.String msg)
        Parameters:
        msg - the message
      • CannedQueryException

        public CannedQueryException​(java.lang.String msg,
                                    java.lang.Throwable cause)
        Parameters:
        msg - the message
        cause - the exception cause
      • CannedQueryException

        public CannedQueryException​(java.lang.String msgId,
                                    java.lang.Object[] msgParams)
        Parameters:
        msgId - the message id
        msgParams - the message parameters
      • CannedQueryException

        public CannedQueryException​(java.lang.String msgId,
                                    java.lang.Object[] msgParams,
                                    java.lang.Throwable cause)
        Parameters:
        msgId - the message id
        msgParams - the message parameters
        cause - the exception cause