Class 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:
  • Constructor Details

    • CannedQueryException

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

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

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

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