Class VSystemException

    • Constructor Detail

      • VSystemException

        public VSystemException​(String msg,
                                Object... params)
        Constructor.
        Parameters:
        msg - the message
        params - the params
      • VSystemException

        public VSystemException​(Exception e,
                                String msg,
                                Object... params)
        Constructor.
        Parameters:
        e - the cause exception
        msg - the message
        params - the params