Class QueryModelException

All Implemented Interfaces:
Serializable

public class QueryModelException extends AlfrescoRuntimeException
Author:
andyh
See Also:
  • Constructor Details

    • QueryModelException

      public QueryModelException(String msgId)
      Parameters:
      msgId - String
    • QueryModelException

      public QueryModelException(String msgId, Object[] msgParams)
      Parameters:
      msgId - String
      msgParams - Object[]
    • QueryModelException

      public QueryModelException(String msgId, Throwable cause)
      Parameters:
      msgId - String
      cause - Throwable
    • QueryModelException

      public QueryModelException(String msgId, Object[] msgParams, Throwable cause)
      Parameters:
      msgId - String
      msgParams - Object[]
      cause - Throwable