Class CustomModelException

    • Constructor Detail

      • CustomModelException

        public CustomModelException​(String msgId)
        Constructor
        Parameters:
        msgId - message id
      • CustomModelException

        public CustomModelException​(String msgId,
                                    Object[] msgParams)
        Constructor
        Parameters:
        msgId - message id
        msgParams - message params
      • CustomModelException

        public CustomModelException​(String msgId,
                                    Throwable cause)
        Constructor
        Parameters:
        msgId - message id
        cause - causing exception
      • CustomModelException

        public CustomModelException​(String msgId,
                                    Object[] msgParams,
                                    Throwable cause)
        Constructor
        Parameters:
        msgId - message id
        msgParams - message params
        cause - causing exception