Class QueryException

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

      Constructors 
      Constructor Description
      QueryException​(java.lang.String msg)  
      QueryException​(java.lang.String msgId, java.lang.Object[] msgParams)
      Constructor
      QueryException​(java.lang.String msgId, java.lang.Object[] msgParams, java.lang.Throwable cause)
      Constructor
      QueryException​(java.lang.String msg, java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QueryException

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

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

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

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